-
Notifications
You must be signed in to change notification settings - Fork 79
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
Implement draft-ietf-tsvwg-sctp-zero-checksum-01 #284
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #284 +/- ##
==========================================
- Coverage 80.59% 80.56% -0.04%
==========================================
Files 48 49 +1
Lines 4056 4121 +65
==========================================
+ Hits 3269 3320 +51
- Misses 644 654 +10
- Partials 143 147 +4
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Question, maybe also for @Sean-Der : What possibilities of collaboration do exist? Only by commenting or is there a way to propose changes to a PR? |
Hi @tuexen! You can add suggestions in the comments (there's a little icon in the comments UI where you can directly suggest code changes), or I think you can also open a PR against this branch. I also don't mind if you directly push to this branch, but I think that only works if you are a member of the pion org. (if not, I think @Sean-Der can add you as a member?) |
Done! You can directly push to branches now @tuexen Everyone just needs one approval to merge to master :) |
Great thanks. This makes things much simpler.
Great. I'll be conservative, since I'm new to go... |
2227146
to
1a0c73c
Compare
Anything I can do to help @mengelbart ? Seems like this is really close, would love to get it in :) |
I think it is almost done. The IETF draft changed a bit since I first implemented it. I don't think it requires changes in this patch but someone should probably review that again. And I think the code needs to be reviewed in general :) |
I have been using this branch in my project for a month and I haven't seen any issues so far. It is compatible with the C++ zero checksum implementation in libdatachannel |
Very excited for this to be merged. Until then I will be using the PR. |
b3c21fb
to
a3a3a63
Compare
a3a3a63
to
b168526
Compare
Description
Implementation of draft-ietf-tsvwg-sctp-zero-checksum-01.
I currently don't have a specific use case for this, but implementing the draft was an interesting exercise. I suggest keeping this as draft PR, at least until the document is finalized.