Home
last modified time | relevance | path

Searched defs:tcp_nagle_enable (Results 1 – 3 of 3) sorted by relevance

/components/net/lwip/lwip-1.4.1/src/include/lwip/
A Dtcp.h329 #define tcp_nagle_enable(pcb) ((pcb)->flags &= ~TF_NODELAY) macro
/components/net/lwip/lwip-2.0.3/src/include/lwip/
A Dtcp.h374 #define tcp_nagle_enable(pcb) ((pcb)->flags = (tcpflags_t)((pcb)->flags & ~TF_NODELAY)) macro
/components/net/lwip/lwip-2.1.2/src/include/lwip/
A Dtcp.h440 #define tcp_nagle_enable(pcb) tcp_clear_flags(pcb, TF_NODELAY) macro

Completed in 13 milliseconds