add transport-wide-cc feedback packet#24
Merged
ystreet merged 1 commit intoystreet:mainfrom Dec 1, 2025
Merged
Conversation
a77b2c7 to
cd409e4
Compare
Owner
|
Very interested in this! A quick look seems to have all the right things but I'll have a closer look at this later this week. |
ystreet
requested changes
Nov 27, 2025
1c51fb8 to
a23c4f3
Compare
Owner
|
The MSRV check needs an update of the |
48e8451 to
f27fc87
Compare
f27fc87 to
545ef6f
Compare
ystreet
approved these changes
Dec 1, 2025
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
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.
Adds transport-cc feedback packet parser & builder.
I tested it against itself and Wireshark also deems packets produced by this as valid.
Tried using it in a WebRTC connection with a browser but they don't seem to generate transport-cc feedback, so I couldn't verify that the parser works with that.
Let me know if you're interested in this and any if you have any feedback.