-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Add option to set the ToS of the control connection. #1985
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
base: master
Are you sure you want to change the base?
Conversation
|
I checked, but for some reason with each test I capture two packets with TOS=0. This is with TOS=0 This is with TOS=224 This is with TOS=128 |
|
@jake-rus The initial 2 packets are unmarked as they are sent when the client connects within the |
20568d0 to
5f0e4e8
Compare
|
@jake-rus I've pushed an update to add a |
Following on from the discussion in #1982.
Added options to set the ToS/DSCP of the control connection.
This helps prevent the control connection from dropping when testing low-capacity networks.
It was suggested in the discussion thread that this option should be added to the existing
--tosoption with a slash separator.I decided against that because the control ToS option is available to both the client and server.