summaryrefslogtreecommitdiffstats
path: root/usr.sbin/i4b/isdnd/isdnd.h
diff options
context:
space:
mode:
authorhm <hm@FreeBSD.org>2001-07-21 11:29:40 +0000
committerhm <hm@FreeBSD.org>2001-07-21 11:29:40 +0000
commit5276a48c0f55b5d7d43ee87dd77c16aa33f49e14 (patch)
tree3583165b1bf1a5fe357b3e0ec9a13e8bb2dd3f7e /usr.sbin/i4b/isdnd/isdnd.h
parenta67f578d2b31873dd3b9906157d4998436a6b327 (diff)
downloadFreeBSD-src-5276a48c0f55b5d7d43ee87dd77c16aa33f49e14.zip
FreeBSD-src-5276a48c0f55b5d7d43ee87dd77c16aa33f49e14.tar.gz
After being port- and addressscanned continously from several sources where
my line stayed open for more than eight hours i decided to implement a maximum connection time; see keyword maxconnecttime in the manual page.
Diffstat (limited to 'usr.sbin/i4b/isdnd/isdnd.h')
-rw-r--r--usr.sbin/i4b/isdnd/isdnd.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/i4b/isdnd/isdnd.h b/usr.sbin/i4b/isdnd/isdnd.h
index fb88546..863bf7c 100644
--- a/usr.sbin/i4b/isdnd/isdnd.h
+++ b/usr.sbin/i4b/isdnd/isdnd.h
@@ -29,7 +29,7 @@
*
* $FreeBSD$
*
- * last edit-date: [Wed May 2 09:34:44 2001]
+ * last edit-date: [Fri Jul 20 19:17:29 2001]
*
*---------------------------------------------------------------------------*/
@@ -380,6 +380,8 @@ typedef struct cfg_entry {
int frommin;
int tohr;
int tomin;
+
+ time_t maxconnecttime; /* maximum connection time */
/*===========================================================================*/
/*============ filled in after start, then dynamic ==========================*/
OpenPOWER on IntegriCloud