Home
last modified time | relevance | path

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

/third_party/lwip/
Dbackport-tcp-fix-sequence-number-comparison.patch17 #define tcp_output_nagle(tpcb) (tcp_do_output_nagle(tpcb) ? tcp_output(tpcb) : ERR_OK)
DCHANGELOG3077 into a define (tcp_output_nagle) in tcp.h to provide it to raw api users, too.
3375 * tcp.h, tcp_out.c, api_msg.c: Fixed bug #20287: tcp_output_nagle sends too early
/third_party/lwip/src/include/lwip/priv/
Dtcp_priv.h106 #define tcp_output_nagle(tpcb) (tcp_do_output_nagle(tpcb) ? tcp_output(tpcb) : ERR_OK) macro