1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-27 16:39:08 +00:00

Reset lqrsendcnt.

PR:		2449
Submitted by:	mark thompson <thompson@tgsoft.com>
This commit is contained in:
Brian Somers 1997-05-07 23:40:31 +00:00
parent 2f8fcf44da
commit 950c8929a7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=25562

View File

@ -17,7 +17,7 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
* $Id$
* $Id: lqr.c,v 1.9 1997/02/22 16:10:28 peter Exp $
*
* o LQR based on RFC1333
*
@ -189,6 +189,7 @@ StartLqm()
struct lcpstate *lcp = &LcpInfo;
int period;
lqrsendcnt = 0; /* start waiting all over for ECHOs */
lqmmethod = LQM_ECHO;
if (Enabled(ConfLqr))
lqmmethod |= LQM_LQR;