mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-06 02:27:15 +00:00
we should reduce nak_buffer[] size
This commit is contained in:
parent
d6e5ca722f
commit
dc0e15a74e
@ -222,6 +222,7 @@ static int lcp_echos_pending = 0; /* Number of outstanding echo msgs */
|
|||||||
static int lcp_echo_number = 0; /* ID number of next echo frame */
|
static int lcp_echo_number = 0; /* ID number of next echo frame */
|
||||||
static int lcp_echo_timer_running = 0; /* set if a timer is running */
|
static int lcp_echo_timer_running = 0; /* set if a timer is running */
|
||||||
|
|
||||||
|
/* FIXME: do we really need such a large buffer? The typical 1500 bytes seem too much. */
|
||||||
static u_char nak_buffer[PPP_MRU]; /* where we construct a nak packet */
|
static u_char nak_buffer[PPP_MRU]; /* where we construct a nak packet */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user