-
- Downloads
lan: improve pjsip behavior in a LAN
1. Resolving the TURN server but receiving connection timeout are breaking the ICE init for now. This should not be the case. This patch only removes the candidate from the candidate's list if a conection timeout to the TURN occurs. 2. pj_getaddrinfo is very slow. Moreover, it's unecessary because we succeed to get correct hosts candidates. So, just disable this. Change-Id: Ic17628032c66ab1eeab43036bc340c81808aea5c
Showing
- contrib/src/pjproject/disable_local_resolution.patch 17 additions, 0 deletionscontrib/src/pjproject/disable_local_resolution.patch
- contrib/src/pjproject/fetch_and_patch.bat 2 additions, 0 deletionscontrib/src/pjproject/fetch_and_patch.bat
- contrib/src/pjproject/fix_turn_connection_failure.patch 16 additions, 0 deletionscontrib/src/pjproject/fix_turn_connection_failure.patch
- contrib/src/pjproject/rules.mak 2 additions, 0 deletionscontrib/src/pjproject/rules.mak
Please register or sign in to comment