wireguard-go: potentially faulty GSO detection

Thomas Butz btom1990 at googlemail.com
Mon Apr 22 09:24:27 UTC 2024


Both wireguard-go and quic-go currently use the same syscall logic to 
check if GSO is available. According to a recent quic-go issue, it's not 
enough to check for an error, you also need to check the return value:

https://github.com/quic-go/quic-go/issues/4446


More information about the WireGuard mailing list