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

netstack: zero window probes must have a payload #10258

Closed
wants to merge 0 commits into from

Conversation

copybara-service[bot]
Copy link

@copybara-service copybara-service bot commented Apr 8, 2024

netstack: zero window probes must have a payload

Note that this implements Linux-like behavior that differs from RFC 9293
3.8.6.1. We do not send the next byte in the stream as a probe. We instead use
a previously ACKed sequence number with a junk payload that the receiver must
respond to.

Fixes #10243.

@copybara-service copybara-service bot added the exported Issue was exported automatically label Apr 8, 2024
@copybara-service copybara-service bot force-pushed the test/cl622909972 branch 2 times, most recently from e8118b9 to 0b36b49 Compare April 8, 2024 21:44
@copybara-service copybara-service bot closed this Apr 8, 2024
@copybara-service copybara-service bot deleted the test/cl622909972 branch April 8, 2024 22:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
exported Issue was exported automatically
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TCP connection stall, avoided by disabling AutoTuneSndBuf
0 participants