]> git.ipfire.org Git - thirdparty/wireguard-go.git/commit
send: account for zero mtu
authorJason A. Donenfeld <Jason@zx2c4.com>
Thu, 13 Feb 2020 15:20:56 +0000 (16:20 +0100)
committerJason A. Donenfeld <Jason@zx2c4.com>
Fri, 14 Feb 2020 17:53:55 +0000 (18:53 +0100)
commit9cbcff10dd3e04671d31ab224526f3d22a7ba665
tree50cb5fa60a0dfc1e580656f8254ff147a7da8109
parent6ed56ff2dfd57ba47cdf604eb3c455acb553c0df
send: account for zero mtu

Don't divide by zero.
device/send.go