Home
last modified time | relevance | path

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

/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
/third_party/lwip/
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