-
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_quic support #16159
gnrc_sixlowpan_frag_sfr_congure: add congure_quic support #16159
Conversation
1d427c7
to
8957350
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. |
8957350
to
e288d54
Compare
Rebased and adopted for current master and dependencies, needs #18798 though, for the test application to link. |
Needs a rebase |
e288d54
to
753e0c8
Compare
Rebased to current master |
bors merge (no sense in waiting for #16170, I already know it will cause a syntactic merge conflict with this one) |
Build succeeded: |
Contribution description
This provisions GNRC's 6LoWPAN SFR implementation with the CongURE implementation of QUIC. 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_quic
:Ping some nodes with at least 1 hop separation with large payloads. Exchange between should work.
Issues/PRs references
Depends on
#15952(merged) and#16158(merged) and their respective dependencies.