Commit 9af002e9 authored by Youness Alaoui's avatar Youness Alaoui

10x larger saved transaction ids array. In a 2 stream setup with 4 candidates...

10x larger saved transaction ids array. In a 2 stream setup with 4 candidates (host, srv, relay, peer) and with keepalives, we can easily reach the previous limit
parent 79f653f3
...@@ -66,7 +66,7 @@ ...@@ -66,7 +66,7 @@
#define STUN_ID_LEN 16 #define STUN_ID_LEN 16
#define STUN_AGENT_MAX_SAVED_IDS 20 #define STUN_AGENT_MAX_SAVED_IDS 200
#define STUN_AGENT_MAX_UNKNOWN_ATTRIBUTES 256 #define STUN_AGENT_MAX_UNKNOWN_ATTRIBUTES 256
#define STUN_MAGIC_COOKIE 0x2112A442 #define STUN_MAGIC_COOKIE 0x2112A442
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment