/external/chromium_org/net/third_party/nss/patches/ |
didhandshakeresume.patch | 12 ** How long should we wait before retransmitting the next flight of
|
channelid.patch | 531 ** How long should we wait before retransmitting the next flight of
|
/external/chromium_org/net/quic/crypto/ |
quic_decrypter.h | 39 // packet sequence number, even when retransmitting a lost packet.
|
quic_encrypter.h | 39 // packet sequence number, even when retransmitting a lost packet.
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/ |
Transport.java | 48 // TODO: don't bother retransmitting the request body? It's quite a corner
|
/external/ppp/pppd/ |
upap.h | 102 #define UPAP_DEFTIMEOUT 3 /* Timeout (seconds) for retransmitting req */
|
/external/qemu/slirp/ |
tcp_timer.c | 170 * keep retransmitting it, it'll keep eating the zeroes, so we keep 171 * retransmitting, and eventually the connection dies...
|
tcp_output.c | 173 * If retransmitting (possibly after persist timer forced us 223 * and we have not yet done so, or we're retransmitting the FIN, 243 * is set when we are retransmitting
|
/external/qemu/slirp-android/ |
tcp_timer.c | 170 * keep retransmitting it, it'll keep eating the zeroes, so we keep 171 * retransmitting, and eventually the connection dies...
|
tcp_output.c | 173 * If retransmitting (possibly after persist timer forced us 223 * and we have not yet done so, or we're retransmitting the FIN, 243 * is set when we are retransmitting
|
/external/chromium_org/net/quic/ |
quic_packet_generator.h | 153 // Used for retransmitting packets to ensure they aren't too long.
|
quic_packet_creator.h | 109 // Used for retransmitting packets to ensure they aren't too long.
|
quic_sent_packet_manager.h | 216 // Returns the timer for retransmitting crypto handshake packets.
|
quic_protocol.h | 583 // implies we've gotten a version negotiation packet, are retransmitting the 842 // progresses through. When retransmitting a packet, the encryption level needs [all...] |
quic_sent_packet_manager.cc | 494 // TLPs prefer sending new data instead of retransmitting data, so
|
/external/chromium_org/third_party/openssl/openssl/include/openssl/ |
dtls1.h | 254 unsigned int retransmitting; member in struct:dtls1_state_st
|
/external/chromium_org/third_party/openssl/openssl/ssl/ |
dtls1.h | 254 unsigned int retransmitting; member in struct:dtls1_state_st
|
d1_both.c | 353 if (type == SSL3_RT_HANDSHAKE && ! s->d1->retransmitting) [all...] |
/external/openssl/include/openssl/ |
dtls1.h | 254 unsigned int retransmitting; member in struct:dtls1_state_st
|
/external/openssl/ssl/ |
dtls1.h | 254 unsigned int retransmitting; member in struct:dtls1_state_st
|
d1_both.c | 360 if (type == SSL3_RT_HANDSHAKE && ! s->d1->retransmitting) [all...] |
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/ |
sctp_sysctl.h | 199 /* fr_maxburst: Default max burst for sctp endpoints when fast retransmitting */
|
/frameworks/av/media/libstagefright/wifi-display/rtp/ |
RTPSender.cpp | 733 ALOGV("retransmitting seqNo %d", bufferSeqNo);
|
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
SIPServerTransaction.java | 274 // transaction abandons retransmitting the response [all...] |
/external/chromium_org/net/socket/ |
tcp_socket_libevent.cc | 469 // stack retransmitting packets per TCP stack retransmission timeouts, which
|