mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-03-29 13:20:09 +00:00
removed unused inpacket_buf in ppp_pcb
This commit is contained in:
parent
3065b9f968
commit
0e2d5f9d0e
@ -468,9 +468,6 @@ typedef struct ppp_pcb_s {
|
||||
/* FIXME: do we really need such a large buffer? The typical 1500 bytes seem too much. */
|
||||
u_char nak_buffer[PPP_MRU]; /* where we construct a nak packet */
|
||||
int lcp_loopbackfail;
|
||||
#if PPPOS_SUPPORT
|
||||
|
||||
#endif /* #if PPPOS_SUPPORT */
|
||||
|
||||
fsm ipcp_fsm; /* IPCP fsm structure */
|
||||
ipcp_options ipcp_wantoptions; /* Options that we want to request */
|
||||
@ -489,10 +486,6 @@ typedef struct ppp_pcb_s {
|
||||
*/
|
||||
u_char outpacket_buf[PPP_MRU+PPP_HDRLEN]; /* buffer for outgoing packet */
|
||||
|
||||
#if PPPOS_SUPPORT
|
||||
u_char inpacket_buf[PPP_MRU+PPP_HDRLEN]; /* buffer for incoming packet */
|
||||
#endif /* PPPOS_SUPPORT */
|
||||
|
||||
} ppp_pcb;
|
||||
|
||||
/************************
|
||||
|
Loading…
x
Reference in New Issue
Block a user