]> git.ipfire.org Git - thirdparty/wireguard-go.git/commit
Conforming to the cross-platform UX
authorMathias Hall-Andersen <mathias@hall-andersen.dk>
Sat, 15 Jul 2017 11:41:02 +0000 (13:41 +0200)
committerMathias Hall-Andersen <mathias@hall-andersen.dk>
Sat, 15 Jul 2017 11:41:02 +0000 (13:41 +0200)
commitb21c82e32d955e15d846aed87535b6d728ab1d0b
tree1528bd49789a6cd48a94407477011e51732b2f5c
parent8993b3927cf66517e2884b181d6b71d4c6599b7a
Conforming to the cross-platform UX

The implementation now terminates when the unix socket is deleted.
Currently we are unable to use fsnotify (on linux),
since it does not notify on the deletion of open files.

The implementation can now daemonize (on linux)
or be kept in the foreground by providing the necessary flag.
src/daemon_linux.go [new file with mode: 0644]
src/main.go
src/uapi_linux.go [new file with mode: 0644]