1
0
mirror of https://git.zx2c4.com/wireguard-go synced 2025-09-18 20:57:50 +02:00
wireguard-go/tun/netstack
tqbf 90300178a6 Handle whole ICMP headers
Theoretically, this change would allow us to send ICMP replies from
these sockets. In practice, netstack filters anything but EchoRequest,
so this change mostly just adds annoyance right now. But in the
future, netstack might fix this, and this API would then work for
more than one use case.

Signed-off-by: Thomas Ptacek <thomas@sockpuppet.org>
2022-02-02 13:38:49 -06:00
..
examples tun/netstack: implement ICMP ping 2022-02-01 20:16:42 +01:00
go.mod global: use netip where possible now 2021-11-23 22:03:15 +01:00
go.sum global: use netip where possible now 2021-11-23 22:03:15 +01:00
tun.go Handle whole ICMP headers 2022-02-02 13:38:49 -06:00