/external/chromium_org/net/quic/ |
quic_connection.h | 207 // If |delegate| is provided, then it will be informed once ACKs have been 634 // acks and pending writes if an ack opened the congestion window. 761 // An AckNotifier can register to be informed when ACKs have been received for
|
quic_connection.cc | 40 // If true, then QUIC connections will bundle acks with any outgoing packet when 650 << " with " << last_ack_frames_.size() << " acks, " 658 // Must called before ack processing, because processing acks removes entries 680 // Process stream resets, then acks, then congestion feedback. [all...] |
quic_session.h | 80 // we have seen ACKs for all packets resulting from this call. Not owned by
|
quic_sent_packet_manager.cc | 139 // A notifier may be waiting to hear about ACKs for the original sequence 588 // tolerate re-ordering. This handles both StretchAcks and Forward Acks.
|
quic_sent_packet_manager_test.cc | 668 // inform the congestion manager not to save the acks by returning false. 699 // retransmittable(ie: acks). [all...] |
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
pseudotcp.cc | 342 // Check if it's time to send delayed acks 763 // Check duplicate acks 790 // Conditions were acks must be sent:
|
/external/arduino/libraries/Wire/utility/ |
twi.c | 89 // enable twi module, acks, and twi interrupt
|
/external/chromium/chrome/browser/ |
external_tab_container_win.h | 244 // We receive the automation channel only when the external host acks the
|
/external/chromium_org/cc/output/ |
output_surface.cc | 109 // The new frame rate controller will consume the swap acks of the old
|
/external/chromium_org/chrome/browser/ui/views/ |
external_tab_container_win.h | 299 // We receive the automation channel only when the external host acks the
|
/external/chromium_org/content/browser/renderer_host/ |
render_widget_helper.h | 55 // renderer to the browser with acks and plugin moves even though the GPU
|
render_widget_host_view_aura.h | 643 // The number of delegated frame acks that are pending, to delay resource 644 // returns until the acks are sent. [all...] |
/external/chromium_org/content/renderer/dom_storage/ |
dom_storage_dispatcher.cc | 31 // observes receipt of the acks on the IPC thread to decrement a counter.
|
/external/chromium_org/media/cast/video_sender/ |
video_sender.cc | 385 // We only count duplicate ACKs when we have sent newer frames.
|
/external/chromium_org/sync/tools/testserver/ |
xmppserver_test.py | 272 # Test acks.
|
/external/qemu/slirp/ |
tcp_timer.c | 44 * Fast timeout routine for processing delayed acks
|
tcp_input.c | 588 * It is better to not delay acks at all to maximize 1013 * In SYN_RECEIVED state if the ack ACKs our SYN then enter 1062 * In ESTABLISHED state: drop duplicate ACKs; ACK out of range 1063 * ACKs. If the ack is in the range 1100 * Dup acks mean that packets have left the [all...] |
/external/qemu/slirp-android/ |
tcp_timer.c | 44 * Fast timeout routine for processing delayed acks
|
tcp_input.c | 593 * It is better to not delay acks at all to maximize 1019 * In SYN_RECEIVED state if the ack ACKs our SYN then enter 1068 * In ESTABLISHED state: drop duplicate ACKs; ACK out of range 1069 * ACKs. If the ack is in the range 1106 * Dup acks mean that packets have left the [all...] |
/external/tcpdump/ |
print-sctp.c | 272 printf("[#gap acks %u] ", EXTRACT_16BITS(&sack->numberOfdesc));
|
/external/chromium_org/google_apis/gcm/engine/ |
mcs_client.cc | 249 << " incoming acks pending, and " << to_send_.size() 282 << " incoming acks pending and " << result.outgoing_messages.size()
|
mcs_client_unittest.cc | 384 // the login response that only acks some messages. The unacked messages should
|
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
pseudotcp.cc | 361 // Check if it's time to send delayed acks 806 // Check duplicate acks 858 // Conditions were acks must be sent: [all...] |
/external/chromium_org/content/renderer/browser_plugin/ |
browser_plugin.h | 141 // Notify the plugin about a compositor commit so that frame ACKs could be
|
/external/chromium_org/net/quic/congestion_control/ |
tcp_cubic_sender_test.cc | 63 // Normal is that TCP acks every other segment.
|