yggdrasil-go/src/tuntap
2019-08-06 19:25:55 -05:00
..
admin.go Reimplement get/setTunnelRouting, add/removeSourceSubnet, add/removeRoute, getRoutes, getSourceSubnets, make CKR threadsafe 2019-05-20 21:45:33 +01:00
ckr.go Various API changes and simplifications to fix mobile builds 2019-07-27 15:00:09 +01:00
conn.go copy/paste old flowkey logic into a util function, add a struct of key and packet, make WriteNoCopy accept this instead of a slice 2019-08-06 19:25:55 -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 eliminate some more copying between slices 2019-08-04 14:50:19 -05: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 Try to convert TUN/TAP to use new yggdrasil.Conn, search masks are still broken 2019-04-20 16:32:27 +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 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
tun.go Various API changes and simplifications to fix mobile builds 2019-07-27 15:00:09 +01:00