lkml.org 
[lkml]   [1998]   [Mar]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: pre-2.1.90-3 IP problems

Fixed...

--- net/ipv4/tcp.c.~1~ Sat Mar 14 21:15:31 1998
+++ net/ipv4/tcp.c Sun Mar 15 18:28:00 1998
@@ -1044,7 +1044,8 @@
/* We send an ACK if we can now advertise a non-zero window
* which has been raised "significantly".
*/
- if(copied >= tcp_receive_window(&sk->tp_pinfo.af_tcp))
+ if((copied > 0) &&
+ (copied >= tcp_receive_window(&sk->tp_pinfo.af_tcp)))
tcp_read_wakeup(sk);
}

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu

\
 
 \ /
  Last update: 2005-03-22 13:41    [W:0.023 / U:1.692 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site