1
0
mirror of https://git.zx2c4.com/wireguard-go synced 2025-09-18 20:57:50 +02:00
wireguard-go/tun/netstack
Jason A. Donenfeld 23d4e52ac9 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-06 14:30:50 +01:00
..
examples global: use netip where possible now 2021-11-06 14:30:50 +01:00
go.mod global: use netip where possible now 2021-11-06 14:30:50 +01:00
go.sum global: use netip where possible now 2021-11-06 14:30:50 +01:00
tun.go global: use netip where possible now 2021-11-06 14:30:50 +01:00