We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25eefeb commit d6c6ad1Copy full SHA for d6c6ad1
proxy.h
@@ -1,6 +1,10 @@
1
#ifndef MCMAP_PROXY_H
2
#define MCMAP_PROXY_H 1
3
4
+#ifndef DEBUG_PROTOCOL
5
+#define DEBUG_PROTOCOL 0
6
+#endif
7
+
8
void start_proxy(socket_t sock_cli, socket_t sock_srv);
9
10
/* packet injection */
0 commit comments