]> 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)
committerFriendly Automation <jenkins2@gerrit.asterisk.org>
Wed, 29 Apr 2020 18:04:13 +0000 (13:04 -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 7c0e3cb11b6a1dddc6c7bfccc5572f78b642e396..c9fd19d10bb3f78f2b67af30963ac02670753a2e 100644 (file)
@@ -68,7 +68,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 */