mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Merge "pjproject/patches/config_site: Increase the max number of ICE candidates" into 13
This commit is contained in:
4
third-party/pjproject/patches/config_site.h
vendored
4
third-party/pjproject/patches/config_site.h
vendored
@@ -37,3 +37,7 @@
|
||||
|
||||
#undef PJ_TODO
|
||||
#define PJ_TODO(x)
|
||||
|
||||
/* Defaults too low for WebRTC */
|
||||
#define PJ_ICE_MAX_CAND 32
|
||||
#define PJ_ICE_MAX_CHECKS (PJ_ICE_MAX_CAND * 2)
|
||||
|
Reference in New Issue
Block a user