Skip to content
Snippets Groups Projects
Unverified Commit 7752d3a9 authored by Olivier Dion's avatar Olivier Dion Committed by Sébastien Blin
Browse files

ice_transport: Nuke iceMutex_

iceMutex_ was used before because icest_ could change asynchronously.  This is
not the case anymore, since icest_ is initialized synchronously by
IceTransport::initIceInstance().

Furthermore, signaling of the iceCV_ condition variable is now done under the
group lock of the ICE transport, since it's under this lock that the state of
the session is changed.

Change-Id: I3f2b4b4141777b950c916553b45da880dd7056b6
parent 58d42df8
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment