Skip to content
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

IP do-not-fragment flag support #1117

Conversation

davidBar-On
Copy link
Contributor

@davidBar-On davidBar-On commented Feb 2, 2021

Adding support for setting IP dont-fragment flag, by adding --dont-fragment option.

The option works well for Windows using CigWin.

For Linux, for some reason my system always set the Dont Fragment flag, so I was not able to test whether setting the option works. However, I tested that that the opposite works - asking to not set the flag (IP_PMTUDISC_DONT). Therefore I believe that asking to set the flag (IP_PMTUDISC_DO), which is what is in the code, also works o.k.

@davidBar-On davidBar-On changed the title IP dont fragment support IP do-not-fragment flag support Feb 2, 2021
@davidBar-On davidBar-On closed this Feb 3, 2021
@davidBar-On davidBar-On deleted the issue-1107-ip-dont-fragment-support branch February 3, 2021 08:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant