Date: Thu, 27 Jul 1995 17:01:38 -0700 From: jkh@violet.berkeley.edu (Jordan K. Hubbard) To: hackers@Freebsd.org Message-ID: <199507280001.RAA25358@violet.berkeley.edu>
next in thread | raw e-mail | index | archive | help
Path: agate!howland.reston.ans.net!tank.news.pipex.net!pipex!dispatch.news.demon.net!demon!awfulhak.demon.co.uk!brian From: brian@news.demon.co.uk (Brian Somers) Newsgroups: comp.unix.bsd.freebsd.misc Subject: iijppp & LQR requests Date: 26 Jul 1995 18:18:56 GMT Organization: None Lines: 29 Message-ID: <3v60ug$6cd@awfulhak.demon.co.uk> NNTP-Posting-Host: rancid.coverform.net X-NNTP-Posting-Host: awfulhak.demon.co.uk X-Newsreader: TIN [version 1.2 PL2] I seem to have bumped into a problem with iijppp & its LQR requests - I start 'ppp -auto gate' where gate is my network provider. ppp says "thank you very much" and hangs around waiting for something exciting to happen. Something exciting happens, ppp logs on, establishes the link and eventually exciting things stop happening and it drops the link. This is what we _DO_ want. The problem however is (I think!) that LcpLayerDown() doesn't call StopLqr(). 50 seconds later (1 LQR / 10 secs, 5 without response = timeout) ppp gives up and exits. Some time later, something exciting happens, but it doesn't stay exciting for very long 'cos ppp isn't playing any more. I've tried sticking the line StopLqr( LQM_LQR ); into LcpLayerDown() after the StopAllTimers line. It seems to make ppp happy. -- Brian <brian@awfulhak.demon.co.uk> Don't _EVER_ lose your sense of humour....
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199507280001.RAA25358>