-
Notifications
You must be signed in to change notification settings - Fork 691
feat: add support for DSCP and TTL / Hop Limit #2425
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
Merged
Changes from 26 commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
8a030dc
feat: add support for DSCP and TTL / Hop Limit
crisidev 27cac60
Add PR changelog
crisidev 4faed1b
This is not supported on Freebsd
crisidev 342aa6b
IPV6_RECVTCLASS not supported on freebsd
crisidev 84fc5b1
Properly limit IPV6_RECVTCLASS
crisidev 72173b5
Properly limit IP_TOS
crisidev 64efe4e
Restrict everything to target_os linux
crisidev ee761a8
...
crisidev 8f52422
Protect bind
crisidev be4a2de
Apply suggestions from code review
crisidev 6e34f92
Address PR comments
crisidev 13b2107
Run cargo fmt
crisidev c76237c
Merge branch 'nix-rust:master' into master
crisidev efeac24
Address further comments from PR
crisidev 3c1eed7
Run tests under qemu
crisidev 4946d5f
Use libc from git
crisidev 07691e7
Disable qemu IPTOS / IPV6TCLASS tests on mips
crisidev 0c48b03
Apply suggestions from code review
crisidev cfb4fde
Fix more code review suggestions
crisidev 1be4b84
Fix missing renames in tests
crisidev dffe259
Testing
crisidev 1337953
Fixes
crisidev 72c00ee
Fix freebsd
crisidev 684e6b2
Trigger CI again
crisidev 349613c
Trigger CI again
crisidev c842aa7
Use the same control message in linux and freebsd for ipv4ttl
crisidev 7fd1b3d
test: remove a println
SteveLauC File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Improve support for extracting the TTL / Hop Limit from incoming packets | ||
and support for DSCP (ToS / Traffic Class). |
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.