OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetCongestionWindow
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/net/quic/congestion_control/
pacing_sender.cc
134
QuicByteCount PacingSender::
GetCongestionWindow
() const {
135
return sender_->
GetCongestionWindow
();
fix_rate_sender.cc
139
QuicByteCount FixRateSender::
GetCongestionWindow
() const {
tcp_cubic_sender.cc
196
return std::min(receive_window_,
GetCongestionWindow
());
200
return QuicBandwidth::FromBytesAndTimeDelta(
GetCongestionWindow
(),
216
QuicByteCount TcpCubicSender::
GetCongestionWindow
() const {
inter_arrival_sender.cc
344
QuicByteCount InterArrivalSender::
GetCongestionWindow
() const {
/external/chromium_org/net/quic/
quic_sent_packet_manager.cc
737
QuicByteCount QuicSentPacketManager::
GetCongestionWindow
() const {
738
return send_algorithm_->
GetCongestionWindow
();
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
pseudotcp.cc
421
uint32 PseudoTcp::
GetCongestionWindow
() const {
[
all
...]
Completed in 214 milliseconds