diff options
author | Mathias Hall-Andersen <mathias@hall-andersen.dk> | 2017-09-03 18:10:06 +0200 |
---|---|---|
committer | Mathias Hall-Andersen <mathias@hall-andersen.dk> | 2017-09-03 18:10:06 +0200 |
commit | 89d00452144dd1f517e90b4ea4c72ca9ee12ba3b (patch) | |
tree | d9d6315b84a344c7042c2d7e6125ce017f0386a9 /src/uapi_linux.go | |
parent | c24b883c01fc932dd28add1ac0319459a007d498 (diff) |
Fixed TUN interface implementation os OS X
Diffstat (limited to 'src/uapi_linux.go')
-rw-r--r-- | src/uapi_linux.go | 6 |
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 |