Home
last modified time | relevance | path

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

/components/net/lwip/lwip-1.4.1/src/include/lwip/
A Dtcp_impl.h90 #define tcp_output_nagle(tpcb) (tcp_do_output_nagle(tpcb) ? tcp_output(tpcb) : ERR_OK) macro
/components/net/lwip/lwip-2.0.3/src/include/lwip/priv/
A Dtcp_priv.h103 #define tcp_output_nagle(tpcb) (tcp_do_output_nagle(tpcb) ? tcp_output(tpcb) : ERR_OK) macro
/components/net/lwip/lwip-2.1.2/src/include/lwip/priv/
A Dtcp_priv.h106 #define tcp_output_nagle(tpcb) (tcp_do_output_nagle(tpcb) ? tcp_output(tpcb) : ERR_OK) macro
/components/net/lwip/lwip-1.4.1/
A DCHANGELOG1868 into a define (tcp_output_nagle) in tcp.h to provide it to raw api users, too.
2166 * tcp.h, tcp_out.c, api_msg.c: Fixed bug #20287: tcp_output_nagle sends too early
/components/net/lwip/lwip-2.0.3/
A DCHANGELOG2824 into a define (tcp_output_nagle) in tcp.h to provide it to raw api users, too.
3122 * tcp.h, tcp_out.c, api_msg.c: Fixed bug #20287: tcp_output_nagle sends too early
/components/net/lwip/lwip-2.1.2/
A 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

Completed in 19 milliseconds