diff options
author | Mathias Hall-Andersen <mathias@hall-andersen.dk> | 2017-07-23 16:21:08 +0200 |
---|---|---|
committer | Mathias Hall-Andersen <mathias@hall-andersen.dk> | 2017-07-23 16:21:08 +0200 |
commit | c3d9ae402d431b7697686dbaf021f879c8ccab36 (patch) | |
tree | c2f2deb382e93b0e8afa3414386df0ca337c44d3 /src/uapi_darwin.go | |
parent | 2ed9dac3a51b296819380758f4390b0032243c61 (diff) |
Close UDP connection when listen port changes
Diffstat (limited to 'src/uapi_darwin.go')
-rw-r--r-- | src/uapi_darwin.go | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/uapi_darwin.go b/src/uapi_darwin.go index ee6ee0b..9eee53c 100644 --- a/src/uapi_darwin.go +++ b/src/uapi_darwin.go @@ -7,12 +7,6 @@ import ( "time" ) -/* 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 |