mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 03:20:57 +00:00
pjsip: Increase maximum ICE candidate count.
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
This commit is contained in:
committed by
George Joseph
parent
29070b61f7
commit
3078a00a6d
2
third-party/pjproject/patches/config_site.h
vendored
2
third-party/pjproject/patches/config_site.h
vendored
@@ -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 */
|
||||
|
Reference in New Issue
Block a user