]> git.ipfire.org Git - thirdparty/wireguard-go.git/commit
conn: inch BatchSize toward being non-dynamic
authorJason A. Donenfeld <Jason@zx2c4.com>
Sat, 4 Mar 2023 14:25:46 +0000 (15:25 +0100)
committerJason A. Donenfeld <Jason@zx2c4.com>
Fri, 10 Mar 2023 13:52:22 +0000 (14:52 +0100)
commitdbd949307e75bbd72d86e53aa57b74b20daab04d
tree2dac596a5125edc3a4149e37cd5a694b443c5a3c
parentf26efb65f23acbd88785d1ae793fa3264c999673
conn: inch BatchSize toward being non-dynamic

There's not really a use at the moment for making this configurable, and
once bind_windows.go behaves like bind_std.go, we'll be able to use
constants everywhere. So begin that simplification now.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
conn/bind_std.go
conn/bind_windows.go
conn/conn.go
device/queueconstants_android.go
device/queueconstants_default.go
tun/tcp_offload_linux.go
tun/tcp_offload_linux_test.go
tun/tun_linux.go