Searched defs:Curl_ssl_session (Results 1 – 1 of 1) sorted by relevance
347 struct Curl_ssl_session { struct354 Curl_ssl_sessionid_dtor *sessionid_free; /* free `sessionid` callback */ argument355 long age; /* just a number, the higher the more recent */356 int remote_port; /* remote port */357 int conn_to_port; /* remote port for the connection (may be -1) */358 int transport; /* TCP or QUIC */359 struct ssl_primary_config ssl_config; /* setup for this session */
Completed in 18 milliseconds