From c1c16edf7df83bb51af0cb5beede342642a20efc Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Sat, 28 Sep 2019 20:26:01 -0700 Subject: [PATCH] Increase STUN retry limit --- mist/stun.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mist/stun.cpp b/mist/stun.cpp index 1e7572d..359efa4 100644 --- a/mist/stun.cpp +++ b/mist/stun.cpp @@ -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