aboutsummaryrefslogtreecommitdiffstats
path: root/src/uapi_linux.go
diff options
context:
space:
mode:
authorMathias Hall-Andersen <mathias@hall-andersen.dk>2017-09-03 18:10:06 +0200
committerMathias Hall-Andersen <mathias@hall-andersen.dk>2017-09-03 18:10:06 +0200
commit89d00452144dd1f517e90b4ea4c72ca9ee12ba3b (patch)
treed9d6315b84a344c7042c2d7e6125ce017f0386a9 /src/uapi_linux.go
parentFixed KDF tests (diff)
downloadwireguard-go-89d00452144dd1f517e90b4ea4c72ca9ee12ba3b.tar.xz
wireguard-go-89d00452144dd1f517e90b4ea4c72ca9ee12ba3b.zip
Fixed TUN interface implementation os OS X
Diffstat (limited to 'src/uapi_linux.go')
-rw-r--r--src/uapi_linux.go6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/uapi_linux.go b/src/uapi_linux.go
index b5dd663..db4f040 100644
--- a/src/uapi_linux.go
+++ b/src/uapi_linux.go
@@ -18,12 +18,6 @@ const (
socketName = "%s.sock"
)
-/* TODO:
- * This code can be improved by using fsnotify once:
- * https://github.com/fsnotify/fsnotify/pull/205
- * Is merged
- */
-
type UAPIListener struct {
listener net.Listener // unix socket listener
connNew chan net.Conn