patch-pre2.0.1 linux/net/ipv4/tcp_input.c
Next file: linux/.name
Previous file: linux/net/ipv4/arp.c
Back to the patch index
Back to the overall index
- Lines: 10
- Date:
Sat May 11 11:14:11 1996
- Orig file:
v1.3.100/linux/net/ipv4/tcp_input.c
- Orig date:
Tue May 7 16:22:42 1996
diff -u --recursive --new-file v1.3.100/linux/net/ipv4/tcp_input.c linux/net/ipv4/tcp_input.c
@@ -195,7 +195,7 @@
extern __inline__ int tcp_sequence(struct sock *sk, u32 seq, u32 end_seq)
{
- u32 end_window = sk->acked_seq + sk->window;
+ u32 end_window = sk->lastwin_seq + sk->window;
return /* if start is at end of window, end must be too (zero window) */
(seq == end_window && seq == end_seq) ||
/* if start is before end of window, check for interest */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this