Skip to content
Snippets Groups Projects
Commit 82ebcf8f authored by Guillaume Roguez's avatar Guillaume Roguez
Browse files

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
parent 811c6465
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment