1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00

Allow the peer to modify the LQR interval

This commit is contained in:
Brian Somers 2002-05-01 07:49:07 +00:00
parent 5a70dcbcc8
commit 69f6ed253d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=95864

View File

@ -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);