File: linux-2.4.4_conntrack.patch

package info (click to toggle)
psad 2.4.6-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 5,084 kB
  • sloc: perl: 13,976; ansic: 1,322; sh: 319; makefile: 18
file content (11 lines) | stat: -rw-r--r-- 495 bytes parent folder | download | duplicates (21)
1
2
3
4
5
6
7
8
9
10
11
--- linux-2.4.4_orig/net/ipv4/netfilter/ip_conntrack_proto_tcp.c	Sun Oct 28 18:53:52 2001
+++ linux/net/ipv4/netfilter/ip_conntrack_proto_tcp.c	Wed Oct 24 15:27:12 2001
@@ -55,7 +55,7 @@
     2 MINS,	/*	TCP_CONNTRACK_FIN_WAIT,	*/
     2 MINS,	/*	TCP_CONNTRACK_TIME_WAIT,	*/
     10 SECS,	/*	TCP_CONNTRACK_CLOSE,	*/
-    60 SECS,	/*	TCP_CONNTRACK_CLOSE_WAIT,	*/
+    2 MINS,	/*	TCP_CONNTRACK_CLOSE_WAIT,	*/
     30 SECS,	/*	TCP_CONNTRACK_LAST_ACK,	*/
     2 MINS,	/*	TCP_CONNTRACK_LISTEN,	*/
 };