From owner-freebsd-current Thu Sep 11 03:41:40 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id DAA13307 for current-outgoing; Thu, 11 Sep 1997 03:41:40 -0700 (PDT) Received: from usr05.primenet.com (tlambert@usr05.primenet.com [206.165.6.205]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id DAA13301 for ; Thu, 11 Sep 1997 03:41:38 -0700 (PDT) Received: (from tlambert@localhost) by usr05.primenet.com (8.8.5/8.8.5) id DAA14741; Thu, 11 Sep 1997 03:41:22 -0700 (MST) From: Terry Lambert Message-Id: <199709111041.DAA14741@usr05.primenet.com> Subject: Re: PPP - why set CLOCAL for server ('-direct' mode) ? To: bde@zeta.org.au (Bruce Evans) Date: Thu, 11 Sep 1997 10:41:22 +0000 (GMT) Cc: ache@nagual.pp.ru, bde@zeta.org.au, current@FreeBSD.ORG, nnd@itfs.nsk.su In-Reply-To: <199709110954.TAA04606@godzilla.zeta.org.au> from "Bruce Evans" at Sep 11, 97 07:54:49 pm X-Mailer: ELM [version 2.4 PL23] Content-Type: text Sender: owner-freebsd-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > In practice, it shouldn't be that bad. ppp should restore > the termios state before exiting, and FreeBSD will notice that the connection > has dropped when CLOCAL is turned off. It isn't clear whether this FreeBSD > beviour is required by POSIX. DCD loss signalling as if DCD-ON-TO-OFF transition, when a state change from CLOCAL-TO-!CLOCAL occurs is historical UNIX behaviour for as long as there has been a CLOCAL. For what that's worth. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.