]> git.ipfire.org Git - thirdparty/wireguard-go.git/commit
device: put handshake buffer in pool in FlushPacketQueues
authorJosh Bleecher Snyder <josh@tailscale.com>
Tue, 12 Jan 2021 23:04:32 +0000 (15:04 -0800)
committerJason A. Donenfeld <Jason@zx2c4.com>
Wed, 20 Jan 2021 18:56:59 +0000 (19:56 +0100)
commit0cc15e7c7c6fc2917cb1cea8ea3f10f7d375cac4
tree5eb1f21f046a3e0fa4c2e4cff7c324a3f524b76f
parent48c3b87eb824deb1cb3178a7cdd42276dbc70d2d
device: put handshake buffer in pool in FlushPacketQueues

This appears to have been an oversight.

Signed-off-by: Josh Bleecher Snyder <josh@tailscale.com>
device/device.go