Searched defs:ClientHelloInfo (Results 1 – 2 of 2) sorted by relevance
44 struct QUIC_EXPORT_PRIVATE ClientHelloInfo { struct50 const QuicIpAddress client_ip;51 const QuicWallTime now;54 bool valid_source_address_token;55 absl::string_view sni;56 absl::string_view client_nonce;57 absl::string_view server_nonce;58 absl::string_view user_agent_id;59 SourceAddressTokens source_address_tokens;62 std::vector<uint32_t> reject_reasons;
204 ClientHelloInfo::ClientHelloInfo(const QuicIpAddress& in_client_ip, in ClientHelloInfo() function in quic::ClientHelloInfo