Re: Inconsistent TCP state in tcp_do_segment()

2013-01-11 Thread Gleb Smirnoff
Jacques, On Fri, Jan 11, 2013 at 09:18:07AM +0200, Jacques Fourie wrote: J> I've been using the kernel socket API and noticed that every once in a J> while the data received at the remote end of a TCP connection doesn't match J> the data sent locally using sosend(). I tracked it down to the piec

Inconsistent TCP state in tcp_do_segment()

2013-01-10 Thread Jacques Fourie
Hi, I've been using the kernel socket API and noticed that every once in a while the data received at the remote end of a TCP connection doesn't match the data sent locally using sosend(). I tracked it down to the piece of code in tcp_do_segment() starting at line 2665: (svn rev 245286)