mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-05-20 07:06:53 +08:00
Added function tcp_debug_state_str() to convert a tcp state to a human-readable string.
This commit is contained in:
@@ -591,6 +591,7 @@ extern u32_t tcp_ticks;
|
||||
#if TCP_DEBUG || TCP_INPUT_DEBUG || TCP_OUTPUT_DEBUG
|
||||
void tcp_debug_print(struct tcp_hdr *tcphdr);
|
||||
void tcp_debug_print_flags(u8_t flags);
|
||||
const char* tcp_debug_state_str(enum tcp_state s);
|
||||
void tcp_debug_print_state(enum tcp_state s);
|
||||
void tcp_debug_print_pcbs(void);
|
||||
s16_t tcp_pcbs_sane(void);
|
||||
|
||||
Reference in New Issue
Block a user