When getting a RCN event in state ACK_RCVD, RFC 1661 demands that we

go to REQ_SENT (and we probably should also log this since it should
only happen in a cross-linked connection).

Submitted by:	Mark Tinguely <tinguely@plains.NoDak.edu>
This commit is contained in:
Joerg Wunsch 1999-10-29 17:57:42 +00:00
parent e653ecce87
commit 83cc7ae865
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=52633

View File

@ -1399,7 +1399,7 @@ sppp_cp_input(const struct cp *cp, struct sppp *sp, struct mbuf *m)
(cp->tld)(sp);
/* fall through */
case STATE_ACK_RCVD:
sppp_cp_change_state(cp, sp, STATE_ACK_SENT);
sppp_cp_change_state(cp, sp, STATE_REQ_SENT);
(cp->scr)(sp);
break;
case STATE_CLOSING: