diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2016-10-05 02:40:34 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2016-10-05 02:40:34 +0200 |
commit | b228ae7d5911d0bd39ec61164594ebece2f4e510 (patch) | |
tree | 9f7e9ac832c84fdc665985d969d14367e6a438d5 /src/peer.h | |
parent | e86a1c29783ad598175a28959b21757199774591 (diff) |
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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |