Home
last modified time | relevance | path

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

/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/lwip/
H A Dtcp.h328 #define tcp_nagle_disable(pcb) ((pcb)->flags |= TF_NODELAY) macro
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/
H A Dtcp.h372 #define tcp_nagle_disable(pcb) ((pcb)->flags |= TF_NODELAY) macro
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/
H A Dtcp.h438 #define tcp_nagle_disable(pcb) tcp_set_flags(pcb, TF_NODELAY) macro