-
- Downloads
tls: remove async_send() and add send() API
async_send() method was needed for SipsTransport class. But it's a dedicated behavior of PJSIP. To have a clean generic TlsSession class, this method was removed and a new synchronous send() method replace it. SipsTransport has been modified to implement the asynchronous send behavior requested by PJSIP. Change-Id: I3a68e36a33beab30cad19967d39f20598589ec30 Tuleap: #660
Showing
- src/ringdht/sips_transport_ice.cpp 69 additions, 25 deletionssrc/ringdht/sips_transport_ice.cpp
- src/ringdht/sips_transport_ice.h 5 additions, 1 deletionsrc/ringdht/sips_transport_ice.h
- src/security/tls_session.cpp 28 additions, 50 deletionssrc/security/tls_session.cpp
- src/security/tls_session.h 18 additions, 17 deletionssrc/security/tls_session.h
Loading
Please register or sign in to comment