/external/nist-sip/java/javax/sip/ |
Timeout.java | 4 RETRANSMIT,
|
/external/qemu/slirp/ |
tcp_timer.h | 42 #define TCPT_REXMT 0 /* retransmit */ 43 #define TCPT_PERSIST 1 /* retransmit persistence */ 52 * then the retransmit timer is cleared (if there are no more 54 * are more ACKs expected). Whenever the retransmit timer goes off, 55 * we retransmit one unacknowledged segment, and do a backoff 56 * on the retransmit timer. 92 #define TCPTV_PERSMIN ( 5*PR_SLOWHZ) /* retransmit persistence */
|
tcp_var.h | 48 short t_rxtcur; /* current retransmit value */ 91 /* retransmit variables */ 95 /* congestion control (for slow start, source quench, retransmit after loss) */ 151 * the retransmit timer, we want 1/2 tick of rounding and 180 u_long tcps_rexmttimeo; /* retransmit timeouts */
|
tcp_timer.c | 155 * been acked within retransmit interval. Back off 156 * to a longer retransmit interval and retransmit one segment. 210 * retransmit times until then.
|
tcp_output.c | 142 * but we haven't been called to retransmit, 145 * cancel pending retransmit and pull snd_nxt 247 * retransmit or persist is pending, then go to persist state. 421 * (retransmit and persist are mutually exclusive...) 472 * the retransmit. In persist state, just set snd_max. 503 * Set retransmit timer if not currently set, 505 * Initial value for retransmit timer is smoothed 508 * of retransmit time.
|
tcp_input.c | 65 * when segments are out of order (so fast retransmit can work). 430 * a retransmit of the SYN. Whether it's a retransmit SYN 527 * retransmit timer, otherwise restart timer 788 * if we didn't have to retransmit the SYN, 1089 * has been dropped and retransmit it. [all...] |
/external/qemu/slirp-android/ |
tcp_timer.h | 42 #define TCPT_REXMT 0 /* retransmit */ 43 #define TCPT_PERSIST 1 /* retransmit persistence */ 52 * then the retransmit timer is cleared (if there are no more 54 * are more ACKs expected). Whenever the retransmit timer goes off, 55 * we retransmit one unacknowledged segment, and do a backoff 56 * on the retransmit timer. 92 #define TCPTV_PERSMIN ( 5*PR_SLOWHZ) /* retransmit persistence */
|
tcp_var.h | 53 short t_rxtcur; /* current retransmit value */ 96 /* retransmit variables */ 100 /* congestion control (for slow start, source quench, retransmit after loss) */ 156 * the retransmit timer, we want 1/2 tick of rounding and 184 u_long tcps_rexmttimeo; /* retransmit timeouts */
|
tcp_timer.c | 155 * been acked within retransmit interval. Back off 156 * to a longer retransmit interval and retransmit one segment. 210 * retransmit times until then.
|
tcp_output.c | 142 * but we haven't been called to retransmit, 145 * cancel pending retransmit and pull snd_nxt 247 * retransmit or persist is pending, then go to persist state. 421 * (retransmit and persist are mutually exclusive...) 472 * the retransmit. In persist state, just set snd_max. 503 * Set retransmit timer if not currently set, 505 * Initial value for retransmit timer is smoothed 508 * of retransmit time.
|
tcp_input.c | 65 * when segments are out of order (so fast retransmit can work). 435 * a retransmit of the SYN. Whether it's a retransmit SYN 532 * retransmit timer, otherwise restart timer 794 * if we didn't have to retransmit the SYN, 1095 * has been dropped and retransmit it. [all...] |
/frameworks/av/media/libaah_rtp/ |
aah_rx_player_ring_buffer.cpp | 95 // buffer. It is probably a retransmit intended to fill in a dropped 102 // retransmit; we just drop these payloads unless we are waiting for our 110 // that we have missed some payloads and need to request a retransmit. 141 // like a duplicate retransmit. Just ignore it. 143 ALOGD("RXed duplicate retransmit, seq = %hu", seq); 156 ALOGD("RXed duplicate retransmit from before rd pointer, seq = %hu",
|
aah_rx_player_core.cpp | 677 // 1) If a new gap has shown up, send a retransmit request to the 680 // the end filled in, send another retransmit request for the begining 686 // been filled in, send another retransmit request. 704 // so, instead of sending another retransmit request, just give up on 735 // in, even after the extended retransmit time out, give up and skip it. 771 ALOGE("Error when sending retransmit request (%d)", errno); 775 : "Retransmit", 792 // Returns < 0 for an infinite timeout (no gap) and 0 if its time to retransmit
|
/external/nist-sip/java/gov/nist/javax/sip/ |
ClientTransactionExt.java | 16 * listener will get a Timeout.RETRANSMIT event on each retransmission.
|
/external/wpa_supplicant_6/wpa_supplicant/src/radius/ |
radius_client.c | 22 /* Defaults for RADIUS retransmit values (exponential backoff) */ 25 #define RADIUS_CLIENT_MAX_RETRIES 10 /* maximum number of retransmit attempts 26 * before entry is removed from retransmit 28 #define RADIUS_CLIENT_MAX_ENTRIES 30 /* maximum number of entries in retransmit 45 /* RADIUS message retransmit list */ 189 /* retransmit; remove entry if too many attempts */ 205 "failed retransmit attempts\n"); 268 "retransmit in %ld seconds", 347 HOSTAPD_LEVEL_DEBUG, "Next RADIUS client retransmit in" 360 /* No point in adding entries to retransmit queue since even [all...] |
/external/wpa_supplicant_8/src/radius/ |
radius_client.c | 16 /* Defaults for RADIUS retransmit values (exponential backoff) */ 31 * Maximum number of retransmit attempts before the entry is removed from 32 * retransmit list. 39 * Maximum number of entries in retransmit list (oldest entries will be 79 * struct radius_msg_list - RADIUS client message retransmit list 348 /* retransmit; remove entry if too many attempts */ 365 "failed retransmit attempts\n"); 428 "retransmit in %ld seconds", 507 HOSTAPD_LEVEL_DEBUG, "Next RADIUS client retransmit in" 521 /* No point in adding entries to retransmit queue since even [all...] |
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
SIPTransaction.java | 89 * The maximum retransmit interval for non-INVITE requests and INVITE 107 * INVITE request retransmit interval, for UDP only 814 // Retransmit notifications are just an alert to the 859 * Returns the current value of the retransmit timer in milliseconds used to 860 * retransmit messages over unreliable transports. 862 * @return the integer value of the retransmit timer in milliseconds. [all...] |
SIPTransactionErrorEvent.java | 61 * Retransmit signal to application layer.
|
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
pseudotcp.h | 181 // Retransmit timer 190 // Congestion avoidance, Fast retransmit/recovery, Delayed ACKs
|
pseudotcp.cc | 295 // Check if it's time to retransmit a segment 301 // retransmit segments 303 LOG(LS_INFO) << "timeout retransmit (rto: " << m_rx_rto 319 // Back off retransmit timer. Note: the limit is lower when connecting. 338 // back off retransmit timer 712 m_cwnd = talk_base::_min(m_ssthresh, nInFlight + m_mss); // (Fast Retransmit) 719 LOG(LS_INFO) << "recovery retransmit"; 768 if (m_dup_acks == 3) { // (Fast Retransmit) 771 LOG(LS_INFO) << "recovery retransmit"; 926 // !?! We need to break up all outstanding and pending packets and then retransmit!? [all...] |
/external/ppp/pppd/ |
fsm.c | 315 /* Retransmit the configure-request */ 316 if (f->callbacks->retransmit) 317 (*f->callbacks->retransmit)(f); 745 fsm_sconfreq(f, retransmit) 747 int retransmit; 760 if( !retransmit ){ 784 /* start the retransmit timer */
|
eap.h | 110 int ea_timeout; /* Time to wait (for retransmit/fail) */
|
fsm.h | 112 void (*retransmit) /* Retransmission is necessary */ member in struct:fsm_callbacks
|
/external/openssl/ssl/ |
d1_both.c | 335 * really retransmit anything. continue as if everything 337 * retransmit 626 * retransmit and can be dropped. 714 * retransmit. 1088 if (!SSL_in_init(s) && !s->tlsext_hb_pending) /* done, no need to send a retransmit */ 1090 if (!SSL_in_init(s)) /* done, no need to send a retransmit */ 1106 #if 0 /* no more alert sending, just retransmit the last set of messages */ [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/ |
eap_wsc.c | 467 /* Recommended retransmit times: retransmit timeout 5 seconds,
|