Re: [PATCH net 2/2] RDS: TCP: Avoid rds connection churn from rogue SYNs

2016-05-18 Thread Santosh Shilimkar
On 5/18/2016 10:06 AM, Sowmini Varadhan wrote: When a rogue SYN is received after the connection arbitration algorithm has converged, the incoming SYN should not needlessly quiesce the transmit path, and it should not result in needless TCP connection resets due to re-execution of the connection

[PATCH net 2/2] RDS: TCP: Avoid rds connection churn from rogue SYNs

2016-05-18 Thread Sowmini Varadhan
When a rogue SYN is received after the connection arbitration algorithm has converged, the incoming SYN should not needlessly quiesce the transmit path, and it should not result in needless TCP connection resets due to re-execution of the connection arbitration logic. Signed-off-by: Sowmini