Home
last modified time | relevance | path

Searched refs:max_value_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/net/quic/
Dquic_config.cc24 max_value_(0), in QuicNegotiableUint32()
30 max_value_ = max; in set()
46 out->SetValue(tag_, max_value_); in ToHandshakeMessage()
86 negotiated_value_ = std::min(value, max_value_); in ProcessClientHello()
102 if (value > max_value_) { in ProcessServerHello()
Dquic_config.h82 uint32 max_value_; variable