udp: Implement initial connection protocol

This commit is contained in:
Justin Li
2015-02-20 01:12:47 -05:00
parent 778b64defa
commit c2770ee741
7 changed files with 142 additions and 4 deletions

View File

@@ -12,6 +12,7 @@
"respect_af": false,
"client_whitelist_enabled": false,
"client_whitelist": ["OP1011"],
"udp_listen_addr": ":6881",
"http_listen_addr": ":6881",
"http_request_timeout": "10s",
"http_read_timeout": "10s",