Skip to content
Snippets Groups Projects
Unverified Commit 24bf24ed authored by Mohamed Chibani's avatar Mohamed Chibani Committed by Sébastien Blin
Browse files

ICE/PJNATH - rework TCP connection retry

Introduce 2  main changes to the TCP patch:
- limit the number of connection retries.
- use a higher Ta for TCP connection retry (500 ms)

Gitlab: #634

Change-Id: I2281addf072c6f0e9ff2fc0457e08a590af1e178
parent 01594813
No related branches found
No related tags found
No related merge requests found
221164832b1922d72f783cfc0ec246de3dcf1121763205c324f2e0654dbb1dbff56f7ab92c7850843034c080e062153ffef838f01433390c72f0a80a33398baf pjproject-f94b3d72b428d7c59b319e35095de711ed1d8534.tar.gz a1ed0519ddf8dc91f47042497530cbcb1c8736506d0c2b677751a3368c0a202952ff563946664705dbf5806bed8ade784885db62f8278a204f516a4e60917b1e pjproject-e1f389d0b905011e0cb62cbdf7a8b37fc1bcde1a.tar.gz
{ {
"name": "pjproject", "name": "pjproject",
"version": "f94b3d72b428d7c59b319e35095de711ed1d8534", "version": "e1f389d0b905011e0cb62cbdf7a8b37fc1bcde1a",
"url": "https://github.com/savoirfairelinux/pjproject/archive/__VERSION__.tar.gz", "url": "https://github.com/savoirfairelinux/pjproject/archive/__VERSION__.tar.gz",
"deps": ["gnutls"], "deps": ["gnutls"],
"patches": [ "patches": [
......
# PJPROJECT # PJPROJECT
PJPROJECT_VERSION := f94b3d72b428d7c59b319e35095de711ed1d8534 PJPROJECT_VERSION := e1f389d0b905011e0cb62cbdf7a8b37fc1bcde1a
PJPROJECT_URL := https://github.com/savoirfairelinux/pjproject/archive/${PJPROJECT_VERSION}.tar.gz PJPROJECT_URL := https://github.com/savoirfairelinux/pjproject/archive/${PJPROJECT_VERSION}.tar.gz
PJPROJECT_OPTIONS := --disable-sound \ PJPROJECT_OPTIONS := --disable-sound \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment