-
- Downloads
sip_transport: avoid PJ_ENOTSUITABLE when ipv4<->ipv6
This is a bit a dirty fix, but the ICE transport can use several sockets or even an IPv4 socket on a side and an IPv6 on the other side. But, if it's the case, the header sent contains an IPv6 address and sip_transport will return PJ_ENOTSUITABLE because TLS6 != TLS4. In this patch, we just ignore the V6 extension. Change-Id: I3ded796dd6ee95a08ec54656dc2ad8107f0e62e3 Gitlab: #134
Showing
- contrib/src/pjproject/fetch_and_patch.bat 1 addition, 0 deletionscontrib/src/pjproject/fetch_and_patch.bat
- contrib/src/pjproject/ignore_ipv6_on_transport_check.patch 18 additions, 0 deletionscontrib/src/pjproject/ignore_ipv6_on_transport_check.patch
- contrib/src/pjproject/rules.mak 1 addition, 0 deletionscontrib/src/pjproject/rules.mak
Please register or sign in to comment