mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-09 22:45:11 +00:00
If a PPP peer disconnects and then tries to reconnect it will send an 'LCP configure request' packet. The code that handles that scenario seems to be clearing the wrong lcp_state flag (LCP_RX_UP instead of LCP_TX_UP) and thus the nuttx ppp client will keep sending IPCP packets which are rightfully dropped by the new peer since it is still in the LCP negotiation phase. |
||
|---|---|---|
| .. | ||
| ahdlc.c | ||
| ahdlc.h | ||
| CMakeLists.txt | ||
| ipcp.c | ||
| ipcp.h | ||
| Kconfig | ||
| lcp.c | ||
| lcp.h | ||
| Make.defs | ||
| Makefile | ||
| pap.c | ||
| pap.h | ||
| ppp.c | ||
| ppp.h | ||
| ppp_arch.h | ||
| ppp_conf.h | ||
| pppd.c | ||