-
- Downloads
ice: support RFC 6544 ICE over TCP
This patch is the first one used to perform ICE over TCP. Leads to major changes: + IceTransport has now a tcpEnable parameters to use TCP instead of UDP. Also, this patch makes ICE aggressive nomination available. + File transfer is now usable without TURN in a local network. For now, UPnP is not supported, this will come in a near future. Now, it can use a direct connection between two pairs. If the negotiation between peer fails, the TURN is used as a fallback. Moreover, to avoid breaking compability when a peer wants to connect, it will send the SDP message followed by TURN ips (like the current version). Change-Id: I0425c7da34ff2bc272c376261847195be768d522
Showing
- contrib/src/pjproject/fetch_and_patch.bat 2 additions, 1 deletioncontrib/src/pjproject/fetch_and_patch.bat
- contrib/src/pjproject/ice_config.patch 3 additions, 3 deletionscontrib/src/pjproject/ice_config.patch
- contrib/src/pjproject/rfc6544.patch 4777 additions, 0 deletionscontrib/src/pjproject/rfc6544.patch
- contrib/src/pjproject/rules.mak 2 additions, 1 deletioncontrib/src/pjproject/rules.mak
- src/ice_transport.cpp 303 additions, 79 deletionssrc/ice_transport.cpp
- src/ice_transport.h 19 additions, 3 deletionssrc/ice_transport.h
- src/jamidht/p2p.cpp 313 additions, 100 deletionssrc/jamidht/p2p.cpp
- src/jamidht/p2p.h 1 addition, 0 deletionssrc/jamidht/p2p.h
- src/peer_connection.cpp 160 additions, 45 deletionssrc/peer_connection.cpp
- src/peer_connection.h 54 additions, 17 deletionssrc/peer_connection.h
Loading
Please register or sign in to comment