mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-25 18:14:53 +00:00
Make tmr in tcp_pcb u32_t to ensure it wraps at the same time as tcp_ticks (Bug #1838)
This commit is contained in:
parent
cac01f7a89
commit
40abd14884
@ -213,7 +213,7 @@ struct tcp_pcb {
|
||||
enum tcp_state state; /* TCP state */
|
||||
|
||||
/* Timers */
|
||||
u16_t tmr;
|
||||
u32_t tmr;
|
||||
u8_t polltmr, pollinterval;
|
||||
|
||||
/* Retransmission timer. */
|
||||
|
Loading…
Reference in New Issue
Block a user