]> git.ipfire.org Git - thirdparty/wireguard-go.git/commit
conn: simplify supportsUDPOffload
authorJason A. Donenfeld <Jason@zx2c4.com>
Wed, 18 Oct 2023 19:02:52 +0000 (21:02 +0200)
committerJason A. Donenfeld <Jason@zx2c4.com>
Wed, 18 Oct 2023 19:02:52 +0000 (21:02 +0200)
commit177caa7e4419d1b95bbf0423f6be6230c7101504
treeadd58988d7b424c14a4011a82aa7008883487cc8
parent42ec952eadc297efadc70b9911d5a59bcd2db4a6
conn: simplify supportsUDPOffload

This allows a kernel to support UDP_GRO while not supporting
UDP_SEGMENT.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
conn/features_linux.go