Merge "pjproject/patches/config_site: Increase the max number of ICE candidates" into 13

changes/12/3112/1
Joshua Colp 9 years ago committed by Gerrit Code Review
commit 77c49ac1a1

@ -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)

Loading…
Cancel
Save