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
- rG239464e99321: tcp: drop SYN ACK segment for listening sockets
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable