-
Notifications
You must be signed in to change notification settings - Fork 251
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
Print returned TOS value #335
Conversation
093bae5
to
5d55aa8
Compare
I like the general approach of using an option to enable printing of received TOS values. I also like to approach of starting with the default output ( |
I have changed the logic a bit and --print-tos can be used independently of the -O parameter. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please adjust the documentation (man page and help output), and adjust the code to the changes by my just merged pull request #336.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Looks good to me!
Perfect, can you merge that please? I made a few changes to my github account and lost my permissions as a result |
Added tos to the header again, but only for IPv4.
IPv6 uses ds field here
Currently, TOS is only output in one place as in the ticket example.
Issue #68