DescriptionDTLS-SRTP set up is bypassed when the channel has been writable.
This regression was introduced by CL 1505573002 to support remote fingerprint update. What happened is that during PrAnswer, we incorrectly do not apply bundle. However, the channel has become writable at that time. When Answer comes, we still reset the srtp_filter but since the channel has been writable, the new SRTP context has never been applied.
We're making sure that we could always apply SRTP context even when channel has been writable. We'll address the issue that bundle should apply even in PrAnswer in a different CL.
BUG=568734
Committed: https://crrev.com/4638331fd8857b263bb65f12dbf5e1f7005e1a9a
Cr-Commit-Position: refs/heads/master@{#11075}
Patch Set 1 #Patch Set 2 : Introduce new parameter on whether to update writablity. #
Total comments: 1
Patch Set 3 : Change the code to be easier for future removal of non-muxed. #
Total comments: 4
Patch Set 4 : improve comments. #
Messages
Total messages: 12 (6 generated)
|