]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
pjsip: Increase maximum ICE candidate count.
authorJoshua C. Colp <jcolp@sangoma.com>
Tue, 28 Apr 2020 15:31:28 +0000 (12:31 -0300)
committerJoshua Colp <jcolp@sangoma.com>
Wed, 29 Apr 2020 18:05:21 +0000 (13:05 -0500)
In practice it has been seen that some users come
close to our maximum ICE candidate count of 32.
In case people have gone over this increases the
count to 64, giving ample room.

ASTERISK-28859

Change-Id: I35cd68948ec0ada86c14eb53092cdaf8b62996cf

third-party/pjproject/patches/config_site.h

index 9e897d58ed478aa0fe95c7a95fcc7688fe180848..aea7d0d38e7eeb6e285bae2c7aef7068671a36cb 100644 (file)
@@ -71,7 +71,7 @@
 #define PJ_TODO(x)
 
 /* Defaults too low for WebRTC */
-#define PJ_ICE_MAX_CAND 32
+#define PJ_ICE_MAX_CAND 64
 #define PJ_ICE_MAX_CHECKS (PJ_ICE_MAX_CAND * PJ_ICE_MAX_CAND)
 
 /* Increase limits to allow more formats */