mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 16:57:00 +08:00
Include the SID into the cookie and store it in proc_st.
This commit is contained in:
@@ -109,6 +109,9 @@ typedef struct proc_st {
|
||||
struct sockaddr_storage remote_addr; /* peer address */
|
||||
socklen_t remote_addr_len;
|
||||
|
||||
/* The SID present in the cookie. Used for session control only */
|
||||
uint8_t sid[SID_SIZE];
|
||||
|
||||
/* The DTLS session ID associated with the TLS session
|
||||
* it is either generated or restored from a cookie.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user