Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Apr 1998 14:05:29 -0700
From:      brian@litzinger.com
To:        Capriotti <capriotti@geocities.com>, freebsd-questions@FreeBSD.ORG
Subject:   Re: PPP ADVANCED ISSUES
Message-ID:  <19980414140529.B12460@top.worldcontrol.com>
In-Reply-To: <3.0.32.19980414204444.00b13100@pop.mpc.com.br>; from Capriotti on Tue, Apr 14, 1998 at 08:44:49PM -0300
References:  <3.0.32.19980414204444.00b13100@pop.mpc.com.br>

next in thread | previous in thread | raw e-mail | index | archive | help
On %M 0, Capriotti <capriotti@geocities.com> wrote:
> Hello, again.
> 
> >From time to time, my connection with my ISP goes bad, lowering the
> response time and even the speed for the data flow.
> 
> Is there a way to instruct PPP or PPPD to
> discnnect and reconnect in case of bad thruoghput ?

I don't know about the implementation in FreeBSD, but PPP has a
protocol called LQR (link quality report).  Some PPP implementations
can be configured to drop the connection and reconnect if the LQR
reports are below a certain threshold.  However, they directly
address lost data rather than slow data.  However, LQRs which
don't respond in time can count against a slow connection.

I could also envision a script which pings the ISP side of the interface.
If the times come back too slow, you could kill off the PPP session
and spawn another.

-- 
Brian Litzinger <brian@litzinger.com>

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



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