Home
last modified time | relevance | path

Searched refs:tcp_output_nagle (Results 1 – 6 of 6) sorted by relevance

/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/lwip/
H A Dtcp_impl.h90 #define tcp_output_nagle(tpcb) (tcp_do_output_nagle(tpcb) ? tcp_output(tpcb) : ERR_OK) macro
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/priv/
H A Dtcp_priv.h103 #define tcp_output_nagle(tpcb) (tcp_do_output_nagle(tpcb) ? tcp_output(tpcb) : ERR_OK) macro
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/priv/
H A Dtcp_priv.h106 #define tcp_output_nagle(tpcb) (tcp_do_output_nagle(tpcb) ? tcp_output(tpcb) : ERR_OK) macro
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/
H A DCHANGELOG1878 into a define (tcp_output_nagle) in tcp.h to provide it to raw api users, too.
2176 * tcp.h, tcp_out.c, api_msg.c: Fixed bug #20287: tcp_output_nagle sends too early
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/
H A DCHANGELOG2805 into a define (tcp_output_nagle) in tcp.h to provide it to raw api users, too.
3103 * tcp.h, tcp_out.c, api_msg.c: Fixed bug #20287: tcp_output_nagle sends too early
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/
H A DCHANGELOG3022 into a define (tcp_output_nagle) in tcp.h to provide it to raw api users, too.
3320 * tcp.h, tcp_out.c, api_msg.c: Fixed bug #20287: tcp_output_nagle sends too early