Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/include/lwip/
Dtcp_impl.h89 #define tcp_output_nagle(tpcb) (tcp_do_output_nagle(tpcb) ? tcp_output(tpcb) : ERR_OK) macro
/external/syslinux/core/lwip/
DCHANGELOG1579 into a define (tcp_output_nagle) in tcp.h to provide it to raw api users, too.
1877 * tcp.h, tcp_out.c, api_msg.c: Fixed bug #20287: tcp_output_nagle sends too early