]> git.ipfire.org Git - thirdparty/wireguard-go.git/commit
device: tie encryption queue lifetime to the peers that write to it
authorJosh Bleecher Snyder <josh@tailscale.com>
Tue, 2 Feb 2021 18:46:34 +0000 (10:46 -0800)
committerJason A. Donenfeld <Jason@zx2c4.com>
Tue, 2 Feb 2021 23:57:57 +0000 (00:57 +0100)
commit8a374a35a0fe62dfd86df2c16166d2bb84115b93
treed712eee9dbb5772f9dd922a15b168a50ba74169d
parent48460703229d73fbacdd0d6b0d0f01a54f7ce751
device: tie encryption queue lifetime to the peers that write to it

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