Home
last modified time | relevance | path

Searched refs:nagle (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/npm/node_modules/agentkeepalive/
DHistory.md128 * add nagle algorithm delayed link
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/aio/iomgr/
Dsocket.pyx.pxi77 # gRPC default posix implementation disables nagle
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_uio.h951 struct sctp_nagle_log nagle; member
Dsctputil.c184 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()
/third_party/lwip/
DCHANGELOG1430 * tcp_impl.h: fixed bug #34355: nagle does not take snd_buf/snd_queuelen into
1477 merely prevents nagle from not transmitting fast after closing.)
3076 * tcp.h, api_msg.c: Moved the nagle algorithm from netconn_write/do_write
3376 Fixed the nagle algorithm; nagle now also works for all raw API applications
3530 * tcp.h: Fixed bug #20287: Fixed nagle algorithm (sending was done too early if