summaryrefslogtreecommitdiffstatshomepage
path: root/src/peer.h
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2016-10-05 02:40:34 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2016-10-05 02:40:34 +0200
commitb228ae7d5911d0bd39ec61164594ebece2f4e510 (patch)
tree9f7e9ac832c84fdc665985d969d14367e6a438d5 /src/peer.h
parentcompat: akpm merged this to 4.9 (diff)
downloadwireguard-linux-compat-b228ae7d5911d0bd39ec61164594ebece2f4e510.tar.xz
wireguard-linux-compat-b228ae7d5911d0bd39ec61164594ebece2f4e510.zip
send: requeue jobs for later if padata is full
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'src/peer.h')
-rw-r--r--src/peer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/peer.h b/src/peer.h
index 5b27e00..5072169 100644
--- a/src/peer.h
+++ b/src/peer.h
@@ -33,6 +33,7 @@ struct wireguard_peer {
unsigned int timer_handshake_attempts;
unsigned long persistent_keepalive_interval;
bool timer_need_another_keepalive;
+ bool need_resend_queue;
struct timeval walltime_last_handshake;
struct sk_buff_head tx_packet_queue;
struct kref refcount;