/external/chromium_org/net/quic/ |
quic_ack_notifier_test.cc | 31 // Should trigger callback when we receive acks for all the registered seqnums. 47 // Should trigger even after updating sequence numbers and receiving ACKs for
|
quic_ack_notifier.h | 15 // we have seen ACKs for all the sequence numbers we are interested in, we 56 // notified of ACKs for all the sequence numbers we are tracking.
|
quic_received_packet_manager.h | 132 // missing in case of truncated acks. 140 // Received packet information used to produce acks.
|
/external/tcpdump/ |
packetdat.awk | 16 # <# acks> 46 totalAcks " acks."
|
rx.h | 105 u_int8_t acks[RX_MAXACKS]; /* Up to RX_MAXACKS acknowledgements */ member in struct:rx_ackPacket 109 * Values for the acks array
|
README | 96 the other only acks, all address information is left off and 111 for acks). The number in parens following an ack is 116 sends or acks have a number in square brackets showing 144 number of acks. 162 # 134 chunks. 536 packets sent. 508 acks.
|
/external/chromium_org/content/browser/tracing/ |
tracing_controller_impl.h | 121 // Pending acks for DisableRecording. 123 // Pending acks for CaptureMonitoringSnapshot. 125 // Pending acks for GetTraceBufferPercentFull.
|
/external/qemu/slirp/ |
tcp_var.h | 49 short t_dupacks; /* consecutive dup acks recd */ 178 u_long tcps_delack; /* delayed acks sent */ 213 u_long tcps_rcvdupack; /* rcvd duplicate acks */ 214 u_long tcps_rcvacktoomuch; /* rcvd acks for unsent data */ 216 u_long tcps_rcvackbyte; /* bytes acked by rcvd acks */ 219 u_long tcps_predack; /* times hdr predict ok for acks */
|
tcp_timer.h | 50 * have been sent for which ACKs are expected but not yet 54 * are more ACKs expected). Whenever the retransmit timer goes off,
|
/external/qemu/slirp-android/ |
tcp_var.h | 54 short t_dupacks; /* consecutive dup acks recd */ 182 u_long tcps_delack; /* delayed acks sent */ 217 u_long tcps_rcvdupack; /* rcvd duplicate acks */ 218 u_long tcps_rcvacktoomuch; /* rcvd acks for unsent data */ 220 u_long tcps_rcvackbyte; /* bytes acked by rcvd acks */ 223 u_long tcps_predack; /* times hdr predict ok for acks */
|
tcp_timer.h | 50 * have been sent for which ACKs are expected but not yet 54 * are more ACKs expected). Whenever the retransmit timer goes off,
|
/external/chromium_org/content/common/ |
swapped_out_messages.cc | 17 // important (e.g., ACKs) for keeping the browser and renderer state 59 // However, some are important (e.g., ACKs) for keeping the browser and
|
/external/chromium_org/net/quic/congestion_control/ |
hybrid_slow_start.cc | 60 // arrival time by looking at the arrival time of the ACKs if the ACKs are
|
hybrid_slow_start_test.cc | 84 const int kHybridStartMinSamples = 8; // Number of acks required to trigger.
|
/external/nist-sip/java/gov/nist/javax/sip/ |
SipProviderExt.java | 25 * If this flag is set to false, the stack will not drop out of sequence ACKs but will pass
|
/external/chromium_org/content/browser/renderer_host/input/ |
input_router_impl_unittest.cc | 645 // Receive the ACKs and make sure the generated events from the acked events 647 WebInputEvent::Type acks[] = { WebInputEvent::TouchStart, local 656 for (size_t i = 0; i < arraysize(acks); ++i) { 657 SendInputEventACK(acks[i], 659 EXPECT_EQ(acks[i], ack_handler_->acked_touch_event().event.type); 753 // wait for ACKs. 755 // Interleave a few events that do and do not ignore acks, ensuring that 800 // For events which ignore ack disposition, non-synthetic acks are ignored. 813 // For events which ignore ack disposition, non-synthetic acks are ignored. 826 // For events which ignore ack disposition, non-synthetic acks are ignored [all...] |
input_router_client.h | 46 // will be fed events and event acks by the router, when appropriate.
|
touch_event_queue.h | 96 // If false, acks the event with |INPUT_EVENT_ACK_STATE_NO_CONSUMER_EXISTS|. 136 // Optional handler for timed-out touch event acks, disabled by default.
|
/external/chromium_org/sync/notifier/ |
unacked_invalidation_set_unittest.cc | 139 // We don't expect to be receiving acks or drops unless this flag is set. 162 // We don't expect to be receiving acks or drops unless this flag is set.
|
/cts/tests/tests/net/src/android/net/cts/ |
TrafficStatsTest.java | 200 * bytes is approx: packets * data + packets * acks; 201 * but sometimes there are less acks than packets, so we set a lower 205 * but sometimes the last find-acks just vanish, so we set a lower limit of +5.
|
/external/chromium_org/chrome/browser/drive/ |
drive_notification_manager.cc | 79 // This effectively disables 'local acks'. It tells the invalidations system
|
/external/chromium_org/content/browser/renderer_host/ |
overscroll_controller.h | 34 // to the renderer, and the ACKs of events, and updates the overscroll gesture
|
/external/chromium_org/media/cast/rtcp/ |
rtcp.h | 91 // Acks and Nacks; if |receiver_log| is provided the RTCP receiver report will
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
tcp.h | 96 #define TCP_QUICKACK 12 /* Block/reenable quick acks */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
tcp.h | 96 #define TCP_QUICKACK 12 /* Block/reenable quick acks */
|