Home
last modified time | relevance | path

Searched refs:cwnd (Results 1 – 10 of 10) sorted by relevance

/external/syslinux/core/lwip/src/core/
Dtcp_in.c647 pcb->cwnd = ((pcb->cwnd == 1) ? (pcb->mss * 2) : pcb->mss); in tcp_process()
701 old_cwnd = pcb->cwnd; in tcp_process()
711 pcb->cwnd = ((old_cwnd == 1) ? (pcb->mss * 2) : pcb->mss); in tcp_process()
919 if ((u16_t)(pcb->cwnd + pcb->mss) > pcb->cwnd) { in tcp_receive()
920 pcb->cwnd += pcb->mss; in tcp_receive()
943 pcb->cwnd = pcb->ssthresh; in tcp_receive()
964 if (pcb->cwnd < pcb->ssthresh) { in tcp_receive()
965 if ((u16_t)(pcb->cwnd + pcb->mss) > pcb->cwnd) { in tcp_receive()
966 pcb->cwnd += pcb->mss; in tcp_receive()
968 LWIP_DEBUGF(TCP_CWND_DEBUG, ("tcp_receive: slow start cwnd %"U16_F"\n", pcb->cwnd)); in tcp_receive()
[all …]
Dtcp_out.c908 wnd = LWIP_MIN(pcb->snd_wnd, pcb->cwnd); in tcp_output()
941 pcb->snd_wnd, pcb->cwnd, wnd, pcb->lastack)); in tcp_output()
946 pcb->snd_wnd, pcb->cwnd, wnd, in tcp_output()
969 pcb->snd_wnd, pcb->cwnd, wnd, in tcp_output()
1319 if (pcb->cwnd > pcb->snd_wnd) { in tcp_rexmit_fast()
1322 pcb->ssthresh = pcb->cwnd / 2; in tcp_rexmit_fast()
1334 pcb->cwnd = pcb->ssthresh + 3 * pcb->mss; in tcp_rexmit_fast()
Dtcp.c718 pcb->cwnd = 1; in tcp_connect()
817 eff_wnd = LWIP_MIN(pcb->cwnd, pcb->snd_wnd); in tcp_slowtmr()
822 pcb->cwnd = pcb->mss; in tcp_slowtmr()
825 pcb->cwnd, pcb->ssthresh)); in tcp_slowtmr()
1224 pcb->cwnd = 1; in tcp_alloc()
/external/libnl/lib/route/
Droute_utils.c150 __ADD(RTAX_CWND, cwnd)
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dpacket_sender.cc388 int cwnd = ceil(cwnd_); in SendPackets() local
389 int packets_to_send = std::max(cwnd - static_cast<int>(in_flight_.size()), 0); in SendPackets()
/external/syslinux/core/lwip/src/include/lwip/
Dtcp.h218 u16_t cwnd; member
/external/webrtc/webrtc/p2p/base/
Dpseudotcp.cc1046 uint32_t cwnd = m_cwnd; in attemptSend() local
1048 cwnd += m_dup_acks * m_mss; in attemptSend()
1050 uint32_t nWindow = std::min(m_snd_wnd, cwnd); in attemptSend()
/external/iproute2/misc/
Dss.c761 int qack, cwnd, ssthresh, backoff; member
1731 if (s->cwnd) in tcp_stats_print()
1732 printf(" cwnd:%d", s->cwnd); in tcp_stats_print()
1826 &s.ss.ino, &s.ss.refcnt, &s.ss.sk, &rto, &ato, &s.qack, &s.cwnd, in tcp_show_line()
1834 s.cwnd = 2; in tcp_show_line()
1993 s.cwnd = info->tcpi_snd_cwnd; in tcp_show_info()
/external/syslinux/core/lwip/
DCHANGELOG746 * tcp_in.c: fix BUG#27445: grow cwnd with every duplicate ACK
1002 * tcp_out.c: bug #24212: Deadlocked tcp_retransmit due to exceeded pcb->cwnd
/external/iproute2/doc/
Dip-cref.tex1340 \item \verb|cwnd NUMBER|