From owner-freebsd-isp Mon Aug 23 23:29:21 1999 Delivered-To: freebsd-isp@freebsd.org Received: from gilliam.users.flyingcroc.net (gilliam.users.flyingcroc.net [207.246.128.2]) by hub.freebsd.org (Postfix) with ESMTP id 88CDE158F8 for ; Mon, 23 Aug 1999 23:29:01 -0700 (PDT) (envelope-from ross@gilliam.users.flyingcroc.net) Received: (from ross@localhost) by gilliam.users.flyingcroc.net (8.9.3/8.9.3) id XAA04561; Mon, 23 Aug 1999 23:28:07 -0700 (PDT) Date: Wed, 18 Aug 1999 11:10:16 -0700 (PDT) Message-Id: <199908240628.XAA04561@gilliam.users.flyingcroc.net> To: Rowan Crowe Cc: freebsd-isp@FreeBSD.ORG Subject: Re: Minor prob with user level ppp - multilink From: Brian Somers Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > Hi all, > > Still having a slight problem with multilink under userland PPP... if one > of the modems goes down momentarily, no packets get through (even though > the other modem is still up). Is this normal? I would have thought that a > link dropping should be no sweat, just revert to the remaining links... If the link is closed cleanly, there should be no interrupt in the data stream. If a link is lost, the data queued for that link (at most one packet in user-ppp) will be dropped as soon as ppp realises that the link is dead. With correct carrier, this is immediate, but the gap in the data stream will cause difficulties if 1. The peer doesn't realise that the link is down (carrier detection problems). It ends up waiting for the missing data. 2. You're using compression. Here, both sides have to resync their dictionaries. This can take some time. Apart from that, the missing data is just ``missing data'' and the above layers will deal with it as they see fit. If you're using user-ppp on both ends, create a diagnostic socket and use ``show mp'' to see when ppp is waiting for unreceived information. > Cheers. > > > -- > Rowan Crowe http://www.rowan.sensation.net.au/ > Sensation Internet Services http://www.sensation.net.au/ > Melbourne, Australia Phone: +61-3-9388-9260 -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message