Redo TLSSession (again, in space)
View options
- Truncate descriptions
Since https://review.jami.net/c/ring-daemon/+/8392 TlsSession is a bit better. However, the class takes a SocketType& transport_;
and this makes the class hard to use!
There is no reason to not have a unique_ptr for the transport_. Only that session should be able to use the transport.


- Show labels
- Show closed items
Link items together to show that they're related or that one is blocking others.