diff options
author | Mikael Magnusson <mikma@users.sourceforge.net> | 2019-09-27 21:56:07 +0200 |
---|---|---|
committer | Mikael Magnusson <mikma@users.sourceforge.net> | 2021-11-06 00:07:40 +0100 |
commit | ce0584d203553de2018c94ac1fb38bff9035057c (patch) | |
tree | c7f6895e55bc3eebded3724e1f058933736f8486 /sysdep/unix/Makefile | |
parent | af82d77bb678094edfeb85da736f8ca407ccaf41 (diff) |
Wg-user: Add wireguard unix socket implementation
Unix socket implementation for wireguard-go.
Improve socket debugging
Free sockets on error and eof
Use abstract unix sockets on Android
Send in socket tx hook
Fix unix socket, and enable fast_rx.
Diffstat (limited to 'sysdep/unix/Makefile')
-rw-r--r-- | sysdep/unix/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdep/unix/Makefile b/sysdep/unix/Makefile index d0d36b5f..ef422342 100644 --- a/sysdep/unix/Makefile +++ b/sysdep/unix/Makefile @@ -1,4 +1,4 @@ -src := alloc.c io.c krt.c log.c main.c random.c +src := alloc.c io.c krt.c log.c main.c random.c wg_user.c obj := $(src-o-files) $(all-daemon) $(cf-local) |