Home
last modified time | relevance | path

Searched refs:initial_congestion_window_ (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/net/quic/
Dquic_config.cc435 initial_congestion_window_(kSWND, PRESENCE_OPTIONAL), in QuicConfig()
531 initial_congestion_window_.SetSendValue(initial_window); in SetInitialCongestionWindowToSend()
535 return initial_congestion_window_.HasReceivedValue(); in HasReceivedInitialCongestionWindow()
539 return initial_congestion_window_.GetReceivedValue(); in ReceivedInitialCongestionWindow()
677 initial_congestion_window_.ToHandshakeMessage(out); in ToHandshakeMessage()
711 error = initial_congestion_window_.ProcessPeerHello( in ProcessPeerHello()
Dquic_config.h390 QuicFixedUint32 initial_congestion_window_; variable
/external/chromium_org/net/quic/test_tools/
Dquic_config_peer.cc15 config->initial_congestion_window_.SetReceivedValue(initial_window); in SetReceivedInitialWindow()