Home
last modified time | relevance | path

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

/external/chromium_org/net/quic/
Dquic_config.cc430 loss_detection_(kLOSS, PRESENCE_OPTIONAL), in QuicConfig()
483 loss_detection_.SetSendValue(loss_detection); in SetLossDetectionToSend()
487 return loss_detection_.HasReceivedValue(); in HasReceivedLossDetection()
491 return loss_detection_.GetReceivedValue(); in ReceivedLossDetection()
679 loss_detection_.ToHandshakeMessage(out); in ToHandshakeMessage()
735 error = loss_detection_.ProcessPeerHello( in ProcessPeerHello()
Dquic_config.h379 QuicFixedTag loss_detection_; variable
/external/chromium_org/net/quic/test_tools/
Dquic_config_peer.cc21 config->loss_detection_.SetReceivedValue(loss_detection); in SetReceivedLossDetection()