]> git.ipfire.org Git - thirdparty/wireguard-go.git/commit
conn: separate gso and sticky control
authorJason A. Donenfeld <Jason@zx2c4.com>
Sat, 21 Oct 2023 16:41:27 +0000 (18:41 +0200)
committerJason A. Donenfeld <Jason@zx2c4.com>
Sat, 21 Oct 2023 16:44:01 +0000 (18:44 +0200)
commit5d37bd24e14e3fff6c1ce61e299480beb3d68c00
tree8daafeec3f91a4842ae7aa8fdba49f75c5db4d08
parent24ea13351eb7a06c3760f2eae18a484ce009fcf9
conn: separate gso and sticky control

Android wants GSO but not sticky.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
conn/bind_std.go
conn/gso_default.go [new file with mode: 0644]
conn/gso_linux.go [new file with mode: 0644]
conn/sticky_default.go [moved from conn/control_default.go with 72% similarity]
conn/sticky_linux.go [moved from conn/control_linux.go with 66% similarity]
conn/sticky_linux_test.go [moved from conn/control_linux_test.go with 96% similarity]