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

  /external/chromium_org/net/quic/
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
96 // missing and PRESENCE_OPTIONAL then |negotiated_value_| is set to
106 uint32 negotiated_value_; member in class:net::QuicNegotiableUint32
quic_config.cc 80 return negotiated_value_;
88 out->SetValue(tag_, negotiated_value_);
117 negotiated_value_ = min(value, max_value_);

Completed in 207 milliseconds