From 6d10a0978b765f60c9fdd3903adb29247b423430 Mon Sep 17 00:00:00 2001 From: Mike Frantzen Date: Sun, 23 Sep 2001 04:07:08 +0000 Subject: Bump up the tcp half closed timeout (single FIN) to an hour --- sys/net/pf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys') diff --git a/sys/net/pf.c b/sys/net/pf.c index 38aac55650e..6cc5d175536 100644 --- a/sys/net/pf.c +++ b/sys/net/pf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pf.c,v 1.155 2001/09/21 07:18:49 dhartmei Exp $ */ +/* $OpenBSD: pf.c,v 1.156 2001/09/23 04:07:07 frantzen Exp $ */ /* * Copyright (c) 2001 Daniel Hartmeier @@ -138,7 +138,7 @@ struct pf_port_list pf_udp_ports; int pftm_tcp_first_packet = 60; /* First TCP packet */ int pftm_tcp_opening = 30; /* No response yet */ int pftm_tcp_established = 24*60*60; /* established */ -int pftm_tcp_closing = 5 * 60; /* Got a FIN */ +int pftm_tcp_closing = 60 * 60; /* Half closed */ int pftm_tcp_fin_wait = 2 * 60; /* Got both FINs */ int pftm_tcp_closed = 1 * 60; /* Got a RST */ -- cgit v1.2.3