Home | History | Annotate | Download | only in quic

Lines Matching refs:ToHandshakeMessage

41 void QuicNegotiableUint32::ToHandshakeMessage(
136 void QuicNegotiableTag::ToHandshakeMessage(CryptoHandshakeMessage* out) const {
310 // of them in negotiated, ToHandshakeMessage, ProcessClientHello, and
339 void QuicConfig::ToHandshakeMessage(CryptoHandshakeMessage* out) const {
340 congestion_control_.ToHandshakeMessage(out);
341 idle_connection_state_lifetime_seconds_.ToHandshakeMessage(out);
342 keepalive_timeout_seconds_.ToHandshakeMessage(out);
343 max_streams_per_connection_.ToHandshakeMessage(out);
344 server_initial_congestion_window_.ToHandshakeMessage(out);
346 initial_round_trip_time_us_.ToHandshakeMessage(out);