Skip to content
Snippets Groups Projects
Commit 465d368e authored by aviau's avatar aviau Committed by Guillaume Roguez
Browse files

ice_config.patch: add patch description


Change-Id: Iaf40ae5403ec29944e7f82628e0faeb74ef124b9
Reviewed-by: default avatarGuillaume Roguez <guillaume.roguez@savoirfairelinux.com>
parent 1bf8957c
Branches
No related tags found
No related merge requests found
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 @@
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment