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

  /external/chromium_org/net/quic/crypto/
crypto_protocol.h 73 const QuicTag kMSPC = TAG('M', 'S', 'P', 'C'); // Max streams per connection.
crypto_handshake.cc 255 case kMSPC:
  /external/chromium_org/net/quic/
quic_config_test.cc 45 error = msg.GetUint32(kMSPC, &value);
141 // Missing kMSPC. KATO is optional.
150 msg.SetValue(kMSPC, 3);
quic_config.cc 231 max_streams_per_connection_(kMSPC, QuicNegotiableValue::PRESENCE_REQUIRED),

Completed in 2356 milliseconds