From e8c453a5436749499fc4a4d0780c347af988bcc8 Mon Sep 17 00:00:00 2001 From: brian Date: Wed, 1 May 2002 07:49:07 +0000 Subject: Allow the peer to modify the LQR interval --- usr.sbin/ppp/lcp.c | 1 + 1 file changed, 1 insertion(+) (limited to 'usr.sbin/ppp/lcp.c') diff --git a/usr.sbin/ppp/lcp.c b/usr.sbin/ppp/lcp.c index 5e96a19..3d90be9 100644 --- a/usr.sbin/ppp/lcp.c +++ b/usr.sbin/ppp/lcp.c @@ -945,6 +945,7 @@ LcpDecodeConfig(struct fsm *fp, u_char *cp, u_char *end, int mode_type, } break; case MODE_NAK: + lcp->want_lqrperiod = ntohl(req->period); break; case MODE_REJ: lcp->his_reject |= (1 << opt->hdr.id); -- cgit v1.1