When a SYN ACK is received for a listening socket, just drop it instead of killing the SYN-cache entry and send a RST. This closes the possibility to kill a TCP connection during its handling in the SYN-cache.
Details
Details
- Reviewers
nickbanks_netflix.com rrs rscheff peter.lei_ieee.org - Group Reviewers
transport - Commits
- rGbd4cf77ba2bb: tcp: drop SYN ACK segment for listening sockets
rGe082156ae14b: tcp: drop SYN ACK segment for listening sockets
rGb1ed408e0346: tcp: drop SYN ACK segment for listening sockets
rG239464e99321: tcp: drop SYN ACK segment for listening sockets
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Skipped - Unit
Tests Skipped