jain-sip
jain-sip copied to clipboard
Optimize NioTcpMsgProcessor createMessageChannel contention
Current implementation relies on Synchronize section over the whole map.
Ideally, CHM.putIfAbsent would be better, so connections to different IP/port are not synced