mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 16:57:00 +08:00
That process is called security-module (sec-mod) and communicates with the workers using a unix domain socket.
7 lines
106 B
C
7 lines
106 B
C
#ifndef COMMON_H
|
|
# define COMMON_H
|
|
ssize_t force_write(int sockfd, const void *buf, size_t len);
|
|
|
|
#endif
|
|
|