wireguard-go/tun
Jason A. Donenfeld ef8d6804d7 global: use netip where possible now
There are more places where we'll need to add it later, when Go 1.18
comes out with support for it in the "net" package. Also, allowedips
still uses slices internally, which might be suboptimal.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2021-11-23 22:03:15 +01:00
..
netstack global: use netip where possible now 2021-11-23 22:03:15 +01:00
tuntest global: use netip where possible now 2021-11-23 22:03:15 +01:00
alignment_windows_test.go tun: format 2021-05-07 12:21:27 +02:00
operateonfd.go global: remove old-style build tags 2021-10-12 12:02:10 -06:00
tun.go global: bump copyright 2021-01-28 17:52:15 +01:00
tun_darwin.go tun: avoid leaking sock fd in CreateTUN error cases 2021-09-23 09:53:49 -06:00
tun_freebsd.go tun: format 2021-05-07 12:21:27 +02:00
tun_linux.go tun: avoid leaking sock fd in CreateTUN error cases 2021-09-23 09:53:49 -06:00
tun_openbsd.go tun: make NativeTun.Close well behaved, not crash on double close 2021-02-22 15:26:29 +01:00
tun_windows.go tun: move wintun to its own repo 2021-11-04 12:53:55 +01:00