Skip to content
  • Guillaume Roguez's avatar
    tls: remove async_send() and add send() API · 82ebcf8f
    Guillaume Roguez authored
    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
    82ebcf8f