-
-
Notifications
You must be signed in to change notification settings - Fork 448
SRTP: improve project folder and test #11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
rainliu
merged 3 commits into
webrtc-rs:master
from
metaclips:SRTP-improve-project-folder-structure-and-test
Nov 15, 2020
Merged
SRTP: improve project folder and test #11
rainliu
merged 3 commits into
webrtc-rs:master
from
metaclips:SRTP-improve-project-folder-structure-and-test
Nov 15, 2020
Conversation
This file contains hidden or 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
Codecov Report
@@ Coverage Diff @@
## master #11 +/- ##
==========================================
+ Coverage 63.37% 63.48% +0.11%
==========================================
Files 131 129 -2
Lines 5987 5628 -359
Branches 1326 1217 -109
==========================================
- Hits 3794 3573 -221
+ Misses 1049 1041 -8
+ Partials 1144 1014 -130
Continue to review full report at Codecov.
|
algesten
pushed a commit
that referenced
this pull request
Aug 23, 2022
Document cancel_rx behavior on Agent::dial and Agent::accept
algesten
pushed a commit
that referenced
this pull request
Aug 23, 2022
Fixed CBC encryption and decryption
algesten
pushed a commit
that referenced
this pull request
Aug 23, 2022
minor doc comment fix in lib.rs
algesten
pushed a commit
that referenced
this pull request
Aug 23, 2022
Fixed spelling of convenience
algesten
pushed a commit
that referenced
this pull request
Aug 23, 2022
[PollStream] remove unnecessary lifetime from ReadFut
algesten
pushed a commit
that referenced
this pull request
Aug 23, 2022
* return early if the incoming stream was reset NOTE: we don't need to shutdown the stream as it was already done by the association minus sending the reset request, which is not needed in this case (i.e. if we've just received one, we don't need to send one back in response). Refs webrtc-rs/sctp#14 * do not account for data, which we've failed to send * format code * only count number of bytes actually sent not the number of bytes we're going to send https://github.com/webrtc-rs/data/pull/11/files#r904854127
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Improve project folder and test format. @rainliu @Sean-Der