Select Git revision
sips_transport_ice.cpp
-
Guillaume Roguez authored
It could be counter-intuitive but it's a bad idea to shutdown the tls session at shutdown pjsip event. This event is due to the call of pjsip_transport_shutdown() function. Its documentation indicates that objects having a session lock on the transport can continue to send and receive from the transport but new lock can't be obtained. So, we need to continue tls IO after this event. This also gives a chance to some msg to be sent, like BYE request. Change-Id: Ifa82469ec416652f26c240a42c55a284e1887040 Tuleap: #64
Guillaume Roguez authoredIt could be counter-intuitive but it's a bad idea to shutdown the tls session at shutdown pjsip event. This event is due to the call of pjsip_transport_shutdown() function. Its documentation indicates that objects having a session lock on the transport can continue to send and receive from the transport but new lock can't be obtained. So, we need to continue tls IO after this event. This also gives a chance to some msg to be sent, like BYE request. Change-Id: Ifa82469ec416652f26c240a42c55a284e1887040 Tuleap: #64
Code owners
Assign users and groups as approvers for specific file changes. Learn more.