Home
last modified time | relevance | path

Searched refs:tcp_nagle_disabled (Results 1 – 2 of 2) sorted by relevance

/lib/liblwip/src/include/lwip/
Dtcp.h330 #define tcp_nagle_disabled(pcb) (((pcb)->flags & TF_NODELAY) != 0) macro
/lib/liblwip/src/api/
Dsockets.c1802 *(int*)optval = tcp_nagle_disabled(sock->conn->pcb.tcp);