Skip to content

Make TlsConnection BIO non-blocking even with TCP only

Anthony Gauchy requested to merge fix/blocking_tls_connection into master

https://bugs.linphone.org/view.php?id=9895

  • all basic TlsConnection method are now non-blocking (connection,read, write) in every case.
  • TlsConnection::readAll method now handle timeout.
  • Add some tests
Edited by Anthony Gauchy

Merge request reports