HomeSort by relevance Sort by last modified time
    Searched full:acks (Results 1 - 25 of 118) sorted by null

1 2 3 4 5

  /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/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,
debug.c 197 lprint(" %6d acks (for %d bytes)\r\n",
199 lprint(" %6d duplicate acks\r\n", tcpstat.tcps_rcvdupack);
200 lprint(" %6d acks for unsent data\r\n", tcpstat.tcps_rcvacktoomuch);
  /external/chromium_org/content/browser/tracing/
trace_controller_impl.h 86 // Pending acks for EndTracingAsync:
88 // Pending acks for GetTraceBufferPercentFullAsync:
  /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,
debug.c 193 lprint(" %6d acks (for %d bytes)\r\n",
195 lprint(" %6d duplicate acks\r\n", tcpstat.tcps_rcvdupack);
196 lprint(" %6d acks for unsent data\r\n", tcpstat.tcps_rcvacktoomuch);
  /external/chromium_org/content/common/
swapped_out_messages.cc 16 // important (e.g., ACKs) for keeping the browser and renderer state
56 // However, some are important (e.g., ACKs) for keeping the browser and
  /external/chromium_org/net/quic/congestion_control/
hybrid_slow_start.cc 58 // 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/chromium_org/net/quic/
quic_received_packet_manager.h 105 // missing in case of truncated acks.
113 // Received packet information used to produce acks.
  /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
  /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/content/browser/renderer_host/
overscroll_controller.h 35 // to the renderer, and the ACKs of events, and updates the overscroll gesture
  /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 */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
tcp.h 96 #define TCP_QUICKACK 12 /* Block/reenable quick acks */
  /frameworks/base/docs/html/google/gcm/
ccs.jd 239 <p>Conversely, to avoid overloading the 3rd-party server, CCS will stop sending if there are too many unacknowledged messages. Therefore, the 3rd-party server should "ACK" received messages as soon as possible to maintain a constant flow of incoming messages. The aforementioned pending message limit doesn't apply to these ACKs. Even if the pending message count reaches 1000, the 3rd-party server should continue sending ACKs to avoid blocking delivery of new messages.</p>
241 <p>ACKs are only valid within the context of one connection. If the connection is closed before a message can be ACKed, the 3rd-party server should wait for CCS to resend the message before ACKing it again.
  /external/kernel-headers/original/linux/
tcp.h 95 #define TCP_QUICKACK 12 /* Block/reenable quick acks */
257 __u8 frto_counter; /* Number of new acks after RTO */
  /external/bluetooth/bluedroid/stack/rfcomm/
rfc_port_if.c 101 ** acks Establish Indication.
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
pseudotcp.h 190 // Congestion avoidance, Fast retransmit/recovery, Delayed ACKs
  /external/iproute2/include/netinet/
tcp.h 51 #define TCP_QUICKACK 12 /* Bock/reenable quick ACKs. */

Completed in 270 milliseconds

1 2 3 4 5