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:
Nikos Mavrogiannopoulos
2014-09-23 15:25:41 +02:00
parent ddcb609c5d
commit 4ea5a56ace
12 changed files with 435 additions and 244 deletions

View File

@@ -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;