Searched refs:tcp_output_nagle (Results 1 – 2 of 2) sorted by relevance
89 #define tcp_output_nagle(tpcb) (tcp_do_output_nagle(tpcb) ? tcp_output(tpcb) : ERR_OK) macro
1579 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