mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-08-07 16:13:38 +08: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:
@@ -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. */
|
||||||
|
|||||||
Reference in New Issue
Block a user