forked from baresip/baresip
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
srtp: locking of srtp_tx and rx objects
* critical objects are srtp_tx and srtp_rx, both got there own mutex * any access on these objects are locked with the corresponding lock * receiv and send handler use trylock, therefore are nonblocking * media_txrekey handler defined to generate a new tx key without removing the hole menc_media of the stream
- Loading branch information
1 parent
c56087d
commit 8c0a0ca
Showing
2 changed files
with
88 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters