-
Notifications
You must be signed in to change notification settings - Fork 2k
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
gnrc_sixlowpan_frag_sfr_congure: add congure_reno support #16170
gnrc_sixlowpan_frag_sfr_congure: add congure_reno support #16170
Conversation
f51bfb1
to
8da19b4
Compare
Rebased and squashed to current master. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you want me to ignore this issue, please mark it with the "State: don't stale" label. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you want me to ignore this issue, please mark it with the "State: don't stale" label. Thank you for your contributions. |
8da19b4
to
7f2adc0
Compare
Rebased and adopted for current master and dependencies, needs #18798 though, for the test application to link. |
Needs a rebase |
7f2adc0
to
1d347dd
Compare
Rebased to current master |
bors merge |
bors cancel. See #16159 (comment). There will be a merge conflict once #16159 is merged. |
Canceled. |
1d347dd
to
0d4ab77
Compare
Rebased to current master to resolve merge conflicts caused by merging #16159. |
bors merge |
Build succeeded: |
Contribution description
This provisions GNRC's 6LoWPAN SFR implementation with the CongURE implementation of TCP Reno. It also adds that implementation to the
tests/gnrc_sixlowpan_frag_sfr_congure_impl
test application.Testing procedure
The test
tests/gnrc_sixlowpan_frag_sfr_congure_impl
where extended to supportcongure_reno
:Ping some nodes with at least 1 hop separation with large payloads. Exchange between should work.
Issues/PRs references
Depends on
#15953(merged) and#16158(merged) and their respective dependencies.