mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-03-09 16:27:01 +08:00
Allow the CSTP layer to operate without TLS
That also introduces a unix domain socket under which connections to the server can occur.
This commit is contained in:
@@ -52,7 +52,7 @@ extern unsigned int need_maintenance;
|
||||
struct listener_st {
|
||||
struct list_node list;
|
||||
int fd;
|
||||
int socktype;
|
||||
sock_type_t sock_type;
|
||||
|
||||
struct sockaddr_storage addr; /* local socket address */
|
||||
socklen_t addr_len;
|
||||
|
||||
Reference in New Issue
Block a user