yggdrasil-go/src/tuntap
2019-09-18 19:48:53 +01:00
..
admin.go Rename crypto-key config options, improve control flow 2019-08-19 10:28:30 +01:00
ckr.go Simplify reconfiguration 2019-08-28 19:31:04 +01:00
conn.go update to latest phony, adjust interface use accordingly 2019-08-27 19:43:54 -05:00
icmpv6.go Update water go.mod references, fix some bugs in TAP mode (which should hopefully fix Windows support too) 2019-07-20 16:13:54 +01:00
iface.go Fix panic where slice goes out of bounds because iface.Read returns less than zero (which might happen when the TUN/TAP interface is closed) 2019-09-18 19:48:53 +01:00
tun_bsd.go Try to convert TUN/TAP to use new yggdrasil.Conn, search masks are still broken 2019-04-20 16:32:27 +01:00
tun_darwin.go Add IFF_NODAD/IFF_SECURED, define consts 2019-07-27 13:30:47 +01:00
tun_linux.go Use new netlink library (fixes #493) 2019-08-14 19:32:40 +01:00
tun_other.go Try to convert TUN/TAP to use new yggdrasil.Conn, search masks are still broken 2019-04-20 16:32:27 +01:00
tun_windows.go add some artifical delay to windows netsh commands, since it seems like maybe they don't take effect immediately, and this was leading to races when setting MTU 2019-09-01 13:20:48 -05:00
tun.go make tun stop check that iface is not nil, in case it wasn't set for some reason (windows bugs) 2019-09-01 13:06:25 -05:00