-
Notifications
You must be signed in to change notification settings - Fork 1.5k
tcpip: fix IP_MTU_DISCOVER flag for tcp and udp #12366
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
Conversation
|
@pkit thanks! |
milantracy
left a comment
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.
we just realize that you will need to update the test cases at
https://github.com/google/gvisor/blob/master/test/syscalls/linux/tcp_socket.cc#L2360-L2373
|
@milantracy cool! I will. |
5ca5162 to
7a98393
Compare
|
@milantracy changed the test. altered some stale comments. added some more locks. |
|
@pkit this change broke some Java runtime tests: https://buildkite.com/gvisor/pipeline/builds/39649. We are rolling it back. Please have a look. |
|
This change broke java runtime tests: #12479 |
|
#12480 will roll back this change. |
Fixes #12319
This patch only supports various IP_MTU_DISCOVER flags.
To fully support
tracepathactually tracing the path the correct propagation of TTL exceeded is needed.