]> git.ipfire.org Git - thirdparty/wireguard-go.git/commit
conn: move booleans to bottom of StdNetBind struct
authorJason A. Donenfeld <Jason@zx2c4.com>
Fri, 24 Mar 2023 15:21:46 +0000 (16:21 +0100)
committerJason A. Donenfeld <Jason@zx2c4.com>
Fri, 24 Mar 2023 16:05:07 +0000 (17:05 +0100)
commit6f895be10d741d138ec240d3c53acf3afde44b6c
tree682757e3ed24118e45fce7f86978cec61b878a61
parent6a07b2a355f93fb28d37d03ae5f2c0019cdb9943
conn: move booleans to bottom of StdNetBind struct

This results in a more compact structure.

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