Searched refs:TCP_SND_BUF (Results 1 – 3 of 3) sorted by relevance
264 #if TCP_SND_BUF < (2 * TCP_MSS)267 #if TCP_SND_QUEUELEN < (2 * (TCP_SND_BUF / TCP_MSS))270 #if TCP_SNDLOWAT >= TCP_SND_BUF
1309 pcb->snd_buf = TCP_SND_BUF; in tcp_alloc()
976 #ifndef TCP_SND_BUF977 #define TCP_SND_BUF (2 * TCP_MSS) macro985 #define TCP_SND_QUEUELEN ((4 * (TCP_SND_BUF) + (TCP_MSS - 1))/(TCP_MSS))994 …TCP_SNDLOWAT LWIP_MIN(LWIP_MAX(((TCP_SND_BUF)/2), (2 * TCP_MSS) + 1), (TCP_SND_…
Completed in 7 milliseconds