Searched refs:cwnd (Results 1 - 7 of 7) sorted by relevance

/external/chromium/net/spdy/
H A Dspdy_session.cc1444 // Given a cwnd that we would have sent to the server, modify it based on the
1446 uint32 ApplyCwndFieldTrialPolicy(int cwnd) { argument
1450 return cwnd;
1457 return std::max(cwnd, 16);
1459 return std::max(cwnd, 10);
1461 return cwnd;
1463 return cwnd;
1481 uint32 cwnd = 0; local
1482 cwnd = ApplyCwndFieldTrialPolicy(val);
1484 cwnd,
[all...]
/external/kernel-headers/original/linux/sunrpc/
H A Dxprt.h131 unsigned long cwnd; /* congestion window */ member in struct:rpc_xprt
/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Dpseudotcp.cc977 uint32 cwnd = m_cwnd; local
979 cwnd += m_dup_acks * m_mss;
981 uint32 nWindow = talk_base::_min(m_snd_wnd, cwnd);
999 LOG(LS_INFO) << "[cwnd: " << m_cwnd
1080 // Enforce minimums on ssthresh and cwnd
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dpseudotcp.cc1056 uint32 cwnd = m_cwnd; local
1058 cwnd += m_dup_acks * m_mss;
1060 uint32 nWindow = talk_base::_min(m_snd_wnd, cwnd);
1084 LOG(LS_INFO) << "[cwnd: " << m_cwnd
1163 // Enforce minimums on ssthresh and cwnd
/external/iproute2/misc/
H A Dss.c447 int rto, ato, qack, cwnd, ssthresh; member in struct:tcpstat
1227 &s.cwnd, &s.ssthresh, opt);
1234 s.cwnd = 2;
1265 if (s.cwnd != 2)
1266 printf(" cwnd:%d", s.cwnd);
1396 printf(" cwnd:%d", info->tcpi_snd_cwnd);
/external/chromium_org/net/spdy/
H A Dspdy_session.cc2473 uint32 cwnd = (it != server_settings_map.end()) ? it->second.second : 0; local
2474 UMA_HISTOGRAM_CUSTOM_COUNTS("Net.SpdySettingsCwndSent", cwnd, 1, 200, 100);
2698 // Record several different histograms to see if cwnd converges
/external/iproute2/doc/
H A Dip-cref.tex1305 \item \verb|cwnd NUMBER|

Completed in 226 milliseconds