Home
last modified time | relevance | path

Searched defs:Curl_ssl_session (Results 1 – 1 of 1) sorted by relevance

/curl/lib/
H A Durldata.h347 struct Curl_ssl_session { struct
354 Curl_ssl_sessionid_dtor *sessionid_free; /* free `sessionid` callback */ argument
355 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