diff --git a/src/include/lwip/tcp.h b/src/include/lwip/tcp.h index 4dc1df2a..8bbb46fd 100644 --- a/src/include/lwip/tcp.h +++ b/src/include/lwip/tcp.h @@ -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;