HomeSort by relevance Sort by last modified time
    Searched refs:max_value_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/net/quic/
quic_config.cc 68 max_value_(0),
75 max_value_ = max;
91 out->SetValue(tag_, max_value_);
111 if (hello_type == SERVER && value > max_value_) {
118 negotiated_value_ = min(value, max_value_);
quic_config.h 91 // |negotiated_value_| is serialised, otherwise |max_value_| is serialised.
94 // Sets |negotiated_value_| to the minimum of |max_value_| and the
104 uint32 max_value_; member in class:net::QuicNegotiableUint32

Completed in 420 milliseconds