Searched defs:ClientHelloInfo (Results 1 – 1 of 1) sorted by relevance
66 struct ClientHelloInfo { struct67 ClientHelloInfo(const IPEndPoint& in_client_ip, QuicWallTime in_now) in ClientHelloInfo() function75 const IPEndPoint client_ip;76 const QuicWallTime now;79 bool valid_source_address_token;80 bool client_nonce_well_formed;81 bool unique;82 StringPiece sni;83 StringPiece client_nonce;84 StringPiece server_nonce;[all …]