1
0
mirror of https://git.zx2c4.com/wireguard-go synced 2025-09-18 20:57:50 +02:00
wireguard-go/tun
Jason A. Donenfeld 45916071ba tun/netstack: cleanup network stack at closing time
Colin's commit went a step further and protected tun.incomingPacket with
a lock on shutdown, but let's see if the tun.stack.Close() call actually
solves that on its own.

Suggested-by: kshangx <hikeshang@hotmail.com>
Suggested-by: Colin Adler <colin1adler@gmail.com>
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2025-05-05 15:09:09 +02:00
..
netstack tun/netstack: cleanup network stack at closing time 2025-05-05 15:09:09 +02:00
tuntest global: bump copyright notice 2025-05-05 15:05:35 +02:00
alignment_windows_test.go global: bump copyright notice 2025-05-05 15:05:35 +02:00
checksum_test.go tun: unwind summing loop in checksumNoFold() 2023-10-10 15:07:36 +02:00
checksum.go tun: unwind summing loop in checksumNoFold() 2023-10-10 15:07:36 +02:00
errors.go tun: replace ErrorBatch() with errors.Join() 2023-03-17 15:18:04 +01:00
offload_linux_test.go global: bump copyright notice 2025-05-05 15:05:35 +02:00
offload_linux.go global: bump copyright notice 2025-05-05 15:05:35 +02:00
operateonfd.go global: bump copyright notice 2025-05-05 15:05:35 +02:00
tun_darwin.go global: bump copyright notice 2025-05-05 15:05:35 +02:00
tun_freebsd.go global: bump copyright notice 2025-05-05 15:05:35 +02:00
tun_linux.go global: bump copyright notice 2025-05-05 15:05:35 +02:00
tun_openbsd.go global: bump copyright notice 2025-05-05 15:05:35 +02:00
tun_windows.go global: bump copyright notice 2025-05-05 15:05:35 +02:00
tun.go global: bump copyright notice 2025-05-05 15:05:35 +02:00