Searched refs:nagle (Results 1 – 5 of 5) sorted by relevance
128 * add nagle algorithm delayed link
77 # gRPC default posix implementation disables nagle
951 struct sctp_nagle_log nagle; member
184 sctp_clog.x.nagle.stcb = (void *)stcb; in sctp_log_nagle_event()185 sctp_clog.x.nagle.total_flight = stcb->asoc.total_flight; in sctp_log_nagle_event()186 sctp_clog.x.nagle.total_in_queue = stcb->asoc.total_output_queue_size; in sctp_log_nagle_event()187 sctp_clog.x.nagle.count_in_queue = stcb->asoc.chunks_on_out_queue; in sctp_log_nagle_event()188 sctp_clog.x.nagle.count_in_flight = stcb->asoc.total_flight_count; in sctp_log_nagle_event()
1430 * tcp_impl.h: fixed bug #34355: nagle does not take snd_buf/snd_queuelen into1477 merely prevents nagle from not transmitting fast after closing.)3076 * tcp.h, api_msg.c: Moved the nagle algorithm from netconn_write/do_write3376 Fixed the nagle algorithm; nagle now also works for all raw API applications3530 * tcp.h: Fixed bug #20287: Fixed nagle algorithm (sending was done too early if