We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Due to NATing packets on a distant server and many hops (which might have smaller MTU links) in between, some issues can occur with IPv4 packets.
This issue can not be solved cleanly. However it can be worked around to some degree (for tcp packets at least) by clamping TCP MSS to PMTU.
The text was updated successfully, but these errors were encountered:
fblaese
No branches or pull requests
Due to NATing packets on a distant server and many hops (which might have smaller MTU links) in between, some issues can occur with IPv4 packets.
This issue can not be solved cleanly. However it can be worked around to some degree (for tcp packets at least) by clamping TCP MSS to PMTU.
The text was updated successfully, but these errors were encountered: