LWIP_TCP_CALC_INITIAL_CWND is only used within LwIP.
 
Symbols
loading...
Files
loading...

LWIP_TCP_CALC_INITIAL_CWND macro

Syntax

#define LWIP_TCP_CALC_INITIAL_CWND(mss) ((tcpwnd_size_t)LWIP_MIN((4U * (mss)), LWIP_MAX((2U * (mss)), 4380U)))

Arguments

mss

References

LocationText
tcp_in.c:69
#define LWIP_TCP_CALC_INITIAL_CWND(mss) ((tcpwnd_size_t)LWIP_MIN((4U * (mss)), LWIP_MAX((2U * (mss)), 4380U)))
tcp_in.c:872
pcb->cwnd = LWIP_TCP_CALC_INITIAL_CWND(pcb->mss);
tcp_in.c:960
pcb->cwnd = LWIP_TCP_CALC_INITIAL_CWND(pcb->mss);