mirror of
https://git.zx2c4.com/wireguard-go
synced 2026-08-16 20:26:42 +00:00
Fixed TUN interface implementation os OS X
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user