Re: [PATCH] TCP: zero out rx_opt in tcp_disconnect()

2007-05-03 Thread David Miller
From: [EMAIL PROTECTED] Date: Thu, 3 May 2007 11:53:36 -0700 > When the server drops its connection, NFS client reconnects using the > same socket after disconnecting. If the new connection's SYN,ACK > doesn't contain the TCP timestamp option and the old connection's did, > tp->tcp_header_len is r

[PATCH] TCP: zero out rx_opt in tcp_disconnect()

2007-05-03 Thread Aji_Srinivas
When the server drops its connection, NFS client reconnects using the same socket after disconnecting. If the new connection's SYN,ACK doesn't contain the TCP timestamp option and the old connection's did, tp->tcp_header_len is recomputed assuming no timestamp header but tp->rx_opt.tstamp_ok remain