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

Merge "pjproject: Use a much higher limit for PJ_ICE_MAX_CHECKS"

parents 6911f989 edd7ae85
No related branches found
No related tags found
No related merge requests found
...@@ -56,7 +56,7 @@ ...@@ -56,7 +56,7 @@
/* Defaults too low for WebRTC */ /* Defaults too low for WebRTC */
#define PJ_ICE_MAX_CAND 32 #define PJ_ICE_MAX_CAND 32
#define PJ_ICE_MAX_CHECKS (PJ_ICE_MAX_CAND * 2) #define PJ_ICE_MAX_CHECKS (PJ_ICE_MAX_CAND * PJ_ICE_MAX_CAND)
/* Increase limits to allow more formats */ /* Increase limits to allow more formats */
#define PJMEDIA_MAX_SDP_FMT 64 #define PJMEDIA_MAX_SDP_FMT 64
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment