Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tcp: refine SYN handling in tcp_validate_incoming
Followup of commit 0c24604 (tcp: implement RFC 5961 4.2) As reported by Vijay Subramanian, we should send a challenge ACK instead of a dup ack if a SYN flag is set on a packet received out of window. This permits the ratelimiting to work as intended, and to increase correct SNMP counters. Suggested-by: Vijay Subramanian <[email protected]> Signed-off-by: Eric Dumazet <[email protected]> Acked-by: Vijay Subramanian <[email protected]> Cc: Kiran Kumar Kella <[email protected]> Signed-off-by: David S. Miller <[email protected]>
- Loading branch information