mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'bugfix/fix_tcp_crash' into 'master'
fix tcp crash See merge request !1444
This commit is contained in:
commit
696dfbcfee
@ -1353,8 +1353,6 @@ tcp_kill_state(enum tcp_state state)
|
||||
struct tcp_pcb *pcb, *inactive;
|
||||
u32_t inactivity;
|
||||
|
||||
LWIP_ASSERT("invalid state", (state == CLOSING) || (state == LAST_ACK));
|
||||
|
||||
inactivity = 0;
|
||||
inactive = NULL;
|
||||
/* Go through the list of active pcbs and get the oldest pcb that is in state
|
||||
|
Loading…
Reference in New Issue
Block a user