PPP, MPPE, issue CCP reset request if synchronization is lost

If MPPE synchronization is lost, it is advised to send a CCP reset
request in order to recover to a clean state.
This commit is contained in:
Sylvain Rochet
2015-04-26 22:04:21 +02:00
parent adaeff5540
commit 8fe2f747f4
3 changed files with 34 additions and 6 deletions

View File

@@ -150,5 +150,7 @@ typedef struct ccp_options {
extern const struct protent ccp_protent;
void ccp_resetrequest(ppp_pcb *pcb); /* Issue a reset-request. */
#endif /* CCP_H */
#endif /* PPP_SUPPORT && CCP_SUPPORT */