[Asterisk-code-review] res rtp asterisk: Prevent simultaneous access to DTLS SSL co... (asterisk[13])
Joshua Colp
asteriskteam at digium.com
Tue Jul 7 14:41:44 CDT 2015
Joshua Colp has posted comments on this change.
Change subject: res_rtp_asterisk: Prevent simultaneous access to DTLS SSL context.
......................................................................
Patch Set 4:
(1 comment)
https://gerrit.asterisk.org/#/c/787/4/res/res_rtp_asterisk.c
File res/res_rtp_asterisk.c:
Line 2066: /* This mutex is locked so that this thread blocks until the dtls_perform_handshake function
: * completes.
: */
: ast_mutex_lock(&dtls->lock);
: ast_mutex_unlock(&dtls->lock);
> I'll admit I'm not too familiar with the threading here, but is it possible
Shouldn't be, nope.
--
To view, visit https://gerrit.asterisk.org/787
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-MessageType: comment
Gerrit-Change-Id: Ib75ea2546f29d6efc3d2d37c58df6986c7bd9b91
Gerrit-PatchSet: 4
Gerrit-Project: asterisk
Gerrit-Branch: 13
Gerrit-Owner: Joshua Colp <jcolp at digium.com>
Gerrit-Reviewer: Anonymous Coward #1000019
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>
Gerrit-Reviewer: Mark Michelson <mmichelson at digium.com>
Gerrit-Reviewer: Richard Mudgett <rmudgett at digium.com>
Gerrit-HasComments: Yes
More information about the asterisk-code-review
mailing list