-
- Downloads
tls: make TlsSession owns the transport
TlsSession must be the only one owning the transport. So, instead a reference, TlsSession stores a unique_ptr and is now able to check if the transport is still available Gitlab: #190 Change-Id: I784eef7edd6d5447ba671dcbe453575a03e51ca8
Showing
- src/jamidht/p2p.cpp 7 additions, 34 deletionssrc/jamidht/p2p.cpp
- src/jamidht/sips_transport_ice.cpp 2 additions, 2 deletionssrc/jamidht/sips_transport_ice.cpp
- src/jamidht/sips_transport_ice.h 0 additions, 1 deletionsrc/jamidht/sips_transport_ice.h
- src/peer_connection.cpp 82 additions, 75 deletionssrc/peer_connection.cpp
- src/peer_connection.h 3 additions, 3 deletionssrc/peer_connection.h
- src/security/tls_session.cpp 42 additions, 34 deletionssrc/security/tls_session.cpp
- src/security/tls_session.h 1 addition, 1 deletionsrc/security/tls_session.h
Loading
Please register or sign in to comment