Skip to content
Snippets Groups Projects
Commit 5a1b3861 authored by Joshua Colp's avatar Joshua Colp Committed by Gerrit Code Review
Browse files

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

parents dab2a6b6 9129ac8e
Branches
Tags
No related merge requests found
......@@ -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)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment