mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 00:37:00 +08:00
1cb7ab38e98e896b27c0a63a1d54b73def78e5e6
Several modifications to use a single UDP port in the server. This is currently done using a hack, i.e., pass the UDP socket to worker, close it on the main server and then re-open it (using REUSEADDR). Also several updates in TUN handling to allow more than one clients connecting.
To build from the git repository use: $ autoreconf -fvi $ ./configure && make To run the server edit the src/sample.config and then run: # src/ocserv -f -c src/sample.config
Description
Languages
C
76.8%
Shell
16.5%
M4
4.5%
Roff
1.1%
Makefile
0.8%
Other
0.3%