summarylogtreecommitdiffstats
path: root/ice_config.patch
diff options
context:
space:
mode:
authorBaptiste Jonglez2017-12-07 22:37:01 +0100
committerBaptiste Jonglez2017-12-07 22:45:22 +0100
commit8785957413fd83504d79dd1b5d92ef18b1863f30 (patch)
tree31e3d63d879a6503757385745709776c27ae0098 /ice_config.patch
parentd52ff2aec6ed5a031e1e6498152acf223af60fd6 (diff)
downloadaur-pjproject-savoirfairelinux.tar.gz
pjproject-savoirfairelinux: Update upstream patches
There is one important API change, the other patch updates are mostly cosmetic.
Diffstat (limited to 'ice_config.patch')
-rw-r--r--ice_config.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/ice_config.patch b/ice_config.patch
index 0bc2e432927a..cd07ea9641f0 100644
--- a/ice_config.patch
+++ b/ice_config.patch
@@ -1,3 +1,22 @@
+Description:
+ Increase PJ_ICE_MAX_CAND to 256. Upstream's default, 16, is
+ not enough to handle cases with numerous local/remote candidates
+ like the case when multiple hosts in IPv6 and IPv4 exists.
+ Tests show that 40 entries are needed with 5 local host IPs.
+ .
+ Increase PJ_ICE_MAX_CHECKS, which would be way too low for the
+ number of candidates.
+ .
+ Increase PJ_ICE_MAX_STUN to 3:
+ - One for IPv4
+ - One for IPv6
+ - One set by the user
+ .
+ Increase PJ_ICE_COMP_BITS so that we can have more components:
+ - 2 Audio components
+ - 2 Video components
+Author: Guillaume Roguez <guillaume.roguez@savoirfairelinux.com>
+
--- a/pjnath/include/pjnath/config.h
+++ b/pjnath/include/pjnath/config.h
@@ -233,3 +233,3 @@