mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-26 03:16:18 +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 */
|
enum tcp_state state; /* TCP state */
|
||||||
|
|
||||||
/* Timers */
|
/* Timers */
|
||||||
u16_t tmr;
|
u32_t tmr;
|
||||||
u8_t polltmr, pollinterval;
|
u8_t polltmr, pollinterval;
|
||||||
|
|
||||||
/* Retransmission timer. */
|
/* Retransmission timer. */
|
||||||
|
Loading…
Reference in New Issue
Block a user