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

  /external/chromium_org/net/quic/
quic_packet_creator.h 33 : max_packet_length(kMaxPacketSize),
40 size_t max_packet_length; member in struct:net::QuicPacketCreator::Options
quic_packet_creator.cc 64 DCHECK_LE(packet_size_, options_.max_packet_length);
104 DCHECK_GT(options_.max_packet_length,
169 framer_->GetMaxPlaintextSize(options_.max_packet_length);
215 DCHECK_GE(options_.max_packet_length, serialized.packet->length());
237 DCHECK_GE(options_.max_packet_length, encrypted->length());
quic_packet_creator_test.cc 184 creator_.options()->max_packet_length = i;
257 creator_.options()->max_packet_length = GetPacketLengthForOneStream(
276 client_framer_.GetMaxPlaintextSize(creator_.options()->max_packet_length);
reliable_quic_stream_test.cc 125 connection_->options()->max_packet_length =
193 connection_->options()->max_packet_length =
quic_connection_test.cc     [all...]
  /external/chromium_org/net/tools/quic/
end_to_end_test.cc 349 client_->options()->max_packet_length =
384 client_->options()->max_packet_length =
480 client_->options()->max_packet_length = 20480;