Home
last modified time | relevance | path

Searched refs:TCP_CWND_DEBUG (Results 1 – 4 of 4) sorted by relevance

/lib/liblwip/src/core/
Dtcp_out.c902 #if TCP_CWND_DEBUG in tcp_output()
946 #if TCP_CWND_DEBUG in tcp_output()
948 LWIP_DEBUGF(TCP_CWND_DEBUG, ("tcp_output: snd_wnd %"U16_F in tcp_output()
953 LWIP_DEBUGF(TCP_CWND_DEBUG, in tcp_output()
977 #if TCP_CWND_DEBUG in tcp_output()
978 …LWIP_DEBUGF(TCP_CWND_DEBUG, ("tcp_output: snd_wnd %"U16_F", cwnd %"U16_F", wnd %"U32_F", effwnd %"… in tcp_output()
Dtcp.c870 LWIP_DEBUGF(TCP_CWND_DEBUG, ("tcp_slowtmr: cwnd %"U16_F in tcp_slowtmr()
925 LWIP_DEBUGF(TCP_CWND_DEBUG, ("tcp_slowtmr: dropping OOSEQ queued data\n")); in tcp_slowtmr()
Dtcp_in.c990 LWIP_DEBUGF(TCP_CWND_DEBUG, ("tcp_receive: slow start cwnd %"U16_F"\n", pcb->cwnd)); in tcp_receive()
996 … LWIP_DEBUGF(TCP_CWND_DEBUG, ("tcp_receive: congestion avoidance cwnd %"U16_F"\n", pcb->cwnd)); in tcp_receive()
/lib/liblwip/src/include/lwip/
Dopt.h2038 #ifndef TCP_CWND_DEBUG
2039 #define TCP_CWND_DEBUG LWIP_DBG_OFF macro