Increase STUN retry limit

This commit is contained in:
Cameron Gutman 2019-09-28 20:26:01 -07:00
parent ae2647f36e
commit c1c16edf7d

View File

@ -4,7 +4,7 @@
#define STUN_PORT 3478
#define STUN_RECV_TIMEOUT_SEC 3
#define STUN_RECV_TIMEOUT_SEC 5
#define STUN_MESSAGE_BINDING_REQUEST 0x0001
#define STUN_MESSAGE_BINDING_SUCCESS 0x0101