-
- Downloads
ConnectionManager: refactor to reduce contention
* merge info, waiting and pending maps into DeviceInfo, improving consistency of various operations * DeviceInfo has its own mutex, and operations keep a weak pointer to it, reducing contention * DeviceInfoSet encapsulate atomic management of DeviceInfos, enforcing proper locking order Change-Id: I12c107782600355a34d460e7802d92ae9d590993
Showing
- src/connectionmanager.cpp 500 additions, 427 deletionssrc/connectionmanager.cpp
- src/peer_connection.cpp 0 additions, 2 deletionssrc/peer_connection.cpp
- src/peer_connection.h 2 additions, 0 deletionssrc/peer_connection.h
- tests/connectionManager.cpp 10 additions, 18 deletionstests/connectionManager.cpp
Loading
Please register or sign in to comment