]> git.ipfire.org Git - thirdparty/wireguard-go.git/commit
device: remove QueueOutboundElement.dropped
authorJosh Bleecher Snyder <josh@tailscale.com>
Sun, 17 Jan 2021 17:40:18 +0000 (09:40 -0800)
committerJason A. Donenfeld <Jason@zx2c4.com>
Wed, 20 Jan 2021 18:57:05 +0000 (19:57 +0100)
commit7ee95e053c280796ecfb5533000915e7daa13f69
tree51cd8efc8e642628f8eb8064f852812cdeaec86f
parent291dbcf1f0424f053d2fc52341590be264b8f47d
device: remove QueueOutboundElement.dropped

If we block when enqueuing encryption elements to the queue,
then we never drop them.

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