Skip to content
Snippets Groups Projects
Commit 0eb5e295 authored by Adrien Béraud's avatar Adrien Béraud
Browse files

pjproject: patch pjnath to allow more components per ice transport

Refs #62772

Change-Id: I3398db26dc5f0da98f23b5d6a807522d611fddaa
parent 82dbf27b
No related branches found
No related tags found
No related merge requests found
--- a/pjnath/include/pjnath/config.h
+++ b/pjnath/include/pjnath/config.h
@@ -250,5 +250,5 @@
* the maximum number of components (PJ_ICE_MAX_COMP) value.
*/
#ifndef PJ_ICE_COMP_BITS
-# define PJ_ICE_COMP_BITS 1
+# define PJ_ICE_COMP_BITS 2
#endif
@@ -301,5 +301,5 @@
* Default: 32
*/
#ifndef PJ_ICE_MAX_CHECKS
-# define PJ_ICE_MAX_CHECKS 32
+# define PJ_ICE_MAX_CHECKS 150
#endif
......@@ -56,6 +56,7 @@ endif
$(APPLY) $(SRC)/pjproject/gnutls.patch
$(APPLY) $(SRC)/pjproject/notestsapps.patch
$(APPLY) $(SRC)/pjproject/ipv6.patch
$(APPLY) $(SRC)/pjproject/ice_config.patch
$(APPLY) $(SRC)/pjproject/multiple_listeners.patch
$(UPDATE_AUTOCONFIG)
$(MOVE)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment