Displaying 1 result from an estimated 1 matches for "last_win".
Did you mean:
ast_win
2006 Sep 15
0
[Bug 511] New: Premature ip_conntrack timer expiry on 3+ window size advertisements
...9-15 11:18:28.000000000 +1000
@@ -49,6 +49,7 @@
u_int32_t last_seq; /* Last sequence number seen in dir */
u_int32_t last_ack; /* Last sequence number seen in opposite
dir */
u_int32_t last_end; /* Last seq + len */
+ u_int16_t last_win; /* Last window advertisement seen in dir */
};
#endif /* __KERNEL__ */
--- /usr/src/linux-2.6.17.13/net/ipv4/netfilter/ip_conntrack_proto_tcp.c.orig
2006-09-09 13:23:25.000000000 +1000
+++ /usr/src/linux-2.6.17.13/net/ipv4/netfilter/ip_conntrack_proto_tcp.c
2006-09-15 11:16:07.00...