aboutsummaryrefslogtreecommitdiffstats
path: root/protocol.h
diff options
context:
space:
mode:
authorTushar Pankaj <tushar.s.pankaj@gmail.com>2018-11-20 20:24:47 -0600
committerTushar Pankaj <tushar.s.pankaj@gmail.com>2018-11-20 20:24:47 -0600
commit88634c81e5a1b243caf9ecff0402a79dc93c8b59 (patch)
tree176b25a48245d85a14929770f48e44075686bf73 /protocol.h
parentFix bugs in server address check (diff)
downloadwg-dynamic-88634c81e5a1b243caf9ecff0402a79dc93c8b59.tar.xz
wg-dynamic-88634c81e5a1b243caf9ecff0402a79dc93c8b59.zip
Get capnproto decode of WgClientMsg workingtp/protocol_draft
Signed-off-by: Tushar Pankaj <tushar.s.pankaj@gmail.com>
Diffstat (limited to 'protocol.h')
-rw-r--r--protocol.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/protocol.h b/protocol.h
index ff6c04d..fd482a2 100644
--- a/protocol.h
+++ b/protocol.h
@@ -7,6 +7,7 @@
#define PROTOCOL_H
#define WG_DYNAMIC_SERVER_IP "::1"
+/*#define WG_DYNAMIC_SERVER_IP "fe80::"*/
#define WG_DYNAMIC_SERVER_PORT 51820
#endif