From b6cff6618d68d8f077b8041b582ff3309b8e5a83 Mon Sep 17 00:00:00 2001 From: ache Date: Sun, 17 Sep 1995 21:47:24 +0000 Subject: 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. --- sbin/startslip/startslip.1 | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'sbin/startslip/startslip.1') 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..pid -compact -- cgit v1.1