kopia lustrzana https://github.com/espressif/esp-idf
fix tcp crash
rodzic
2c2e7f6303
commit
18dcbfa1e2
|
@ -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
|
||||
|
|
Ładowanie…
Reference in New Issue