Comment #1 on issue 94 by [email protected]: MGCP Client does not handles all requests under high load
http://code.google.com/p/mediaserver/issues/detail?id=94

Found an issue
the problem is that packet representation does not copies the data for receiver buffer , therefore causing reusing of same buffer over all messages received in 20ms period. This can lead to issue that message data is actually overriten and other message may disappear.
Also need to change how sleep time is calculated depending on delay

Reply via email to