summaryrefslogtreecommitdiffstats
path: root/sbin/startslip/startslip.1
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1995-09-17 21:47:24 +0000
committerache <ache@FreeBSD.org>1995-09-17 21:47:24 +0000
commitb6cff6618d68d8f077b8041b582ff3309b8e5a83 (patch)
tree2a2d231ee591477bd241ab7f5d64b714ffcb1d66 /sbin/startslip/startslip.1
parent56c45001bbf30f6cdffe2e303a7cadee491849d4 (diff)
downloadFreeBSD-src-b6cff6618d68d8f077b8041b582ff3309b8e5a83.zip
FreeBSD-src-b6cff6618d68d8f077b8041b582ff3309b8e5a83.tar.gz
Add new options:
-K: set keepalive SLIP timeout -O: set outfill SLIP timeout Handle SIGURG from keepalive like SIGHUP now, i.e. reconnect. Back out background scription change, cause some synchro problems.
Diffstat (limited to 'sbin/startslip/startslip.1')
-rw-r--r--sbin/startslip/startslip.112
1 files changed, 12 insertions, 0 deletions
diff --git a/sbin/startslip/startslip.1 b/sbin/startslip/startslip.1
index 4ecd526..6d02e58 100644
--- a/sbin/startslip/startslip.1
+++ b/sbin/startslip/startslip.1
@@ -53,6 +53,8 @@
.Op Fl t Ar script_timeout
.Op Fl W Ar maxtries
.Op Fl w Ar retry_pause
+.Op Fl K Ar keepalive
+.Op Fl O Ar outfill
.Ar device user passwd
.Sh DESCRIPTION
.Pp
@@ -160,6 +162,16 @@ Dial sequence number (see
passed via
.Dv LINE
environment variable.
+.It Fl K Ar keepalive
+Set SLIP "keep alive" timeout in seconds. If FRAME_END not received in this
+timeout, reconnect occurse. Active "out fill" timeout expected from other
+side.
+Default value is no timeout.
+.It Fl O Ar outfill
+Set SLIP "out fill" timeout in seconds. It cause at least one FRAME_END
+will be sended during this timeout.
+Needed for "keep alive" timeout on other side.
+Default value is no timeout.
.El
.Sh FILES
.Bl -tag -width /var/run/startslip.<device>.pid -compact
OpenPOWER on IntegriCloud