Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Aug 1999 11:10:16 -0700 (PDT)
From:      Brian Somers <brian@Awfulhak.org>
To:        Rowan Crowe <rowan@sensation.net.au>
Cc:        freebsd-isp@FreeBSD.ORG
Subject:   Re: Minor prob with user level ppp - multilink 
Message-ID:  <199908240628.XAA04561@gilliam.users.flyingcroc.net>

next in thread | raw e-mail | index | archive | help
> 
> 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 <brian@Awfulhak.org>                        <brian@FreeBSD.org>
      <http://www.Awfulhak.org>;                   <brian@OpenBSD.org>
Don't _EVER_ lose your sense of humour !          <brian@FreeBSD.org.uk>




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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199908240628.XAA04561>