mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-03-11 01:13:33 +00:00
tcp pcb: persist_cnt can be u8_t instead of u32_t (since it is compared against u8_t only)
This commit is contained in:
parent
9a95c2ff08
commit
16555ad12e
@ -274,7 +274,7 @@ struct tcp_pcb {
|
||||
#endif /* LWIP_TCP_KEEPALIVE */
|
||||
|
||||
/* Persist timer counter */
|
||||
u32_t persist_cnt;
|
||||
u8_t persist_cnt;
|
||||
/* Persist timer back-off */
|
||||
u8_t persist_backoff;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user