X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fsptps.h;h=bf3a3b96c1c209abb20323dccb6d09d7a51725f3;hb=eef25266cb862b5e2c24450d158d99e3cb43e511;hp=a19be9791d61862b6dc768d8832523a827019a4e;hpb=b50a92d0c3d26edfeb7c8d6c1b8c3adc28edd6fe;p=tinc diff --git a/src/sptps.h b/src/sptps.h index a19be979..bf3a3b96 100644 --- a/src/sptps.h +++ b/src/sptps.h @@ -56,6 +56,7 @@ typedef struct sptps { cipher_t incipher; digest_t indigest; uint32_t inseqno; + uint32_t received; unsigned int replaywin; unsigned int farfuture; char *late;