wireguard-go
wireguard-go copied to clipboard
Tailscale's temporary fork of https://git.zx2c4.com/wireguard-go
During `Close()`, it's possible for `WriteNotify()` to race a channel send with the channel close. We noticed while testing our https://github.com/coder/wgtunnel project with the go race detector. ``` ================== WARNING:...
External implementers of tun.Device may support GRO, requiring checksum offload.
this should be an issue, but there's no issue option in this repo i use "github.com/tailscale/wireguard-go/tun" to customize the properties of the tun device, which is used to avoid conflicts...
I recently learned about Tailscale and found [this](https://tailscale.com/kb/1460/post-quantum-cryptography) article regarding PQC. If the approach suggested here would really be taken, two new message types should be added for backwards compatibility...