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

This commit is contained in:
Joshua Colp
2016-06-29 18:11:30 -05:00
committed by Gerrit Code Review

View File

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