Home
last modified time | relevance | path

Searched refs:TCP_SNDLOWAT (Results 1 – 5 of 5) sorted by relevance

/lib/liblwip/src/include/lwip/
Dopt.h993 #ifndef TCP_SNDLOWAT
994 #define TCP_SNDLOWAT LWIP_MIN(LWIP_MAX(((TCP_SND_BUF)/2), (2 * TCP_MSS) + 1), (T… macro
/lib/liblwip/src/core/
Dinit.c270 #if TCP_SNDLOWAT >= TCP_SND_BUF
/lib/liblwip/src/api/
Dapi_msg.c295 if ((conn->pcb.tcp != NULL) && (tcp_sndbuf(conn->pcb.tcp) > TCP_SNDLOWAT) &&
329 if ((conn->pcb.tcp != NULL) && (tcp_sndbuf(conn->pcb.tcp) > TCP_SNDLOWAT) &&
1279 } else if ((tcp_sndbuf(conn->pcb.tcp) <= TCP_SNDLOWAT) ||
/lib/liblwip/
DUPGRADING81 * Added TCP_SNDQUEUELOWAT corresponding to TCP_SNDLOWAT
DCHANGELOG175 * opt.h: fixed default values of TCP_SNDLOWAT and TCP_SNDQUEUELOWAT for small
506 to TCP_SNDLOWAT and added tcp_sndqueuelen() - this fixes bug #28605