]> git.meshlink.io Git - meshlink/blobdiff - src/sptps.h
Releasing 1.1pre5.
[meshlink] / src / sptps.h
index 2159028dd1e96ec45dc79249e705b9f3851bd8a7..1fead07a0a4391a8a36916cddd1fa2bce3a30410 100644 (file)
@@ -1,6 +1,6 @@
 /*
     sptps.h -- Simple Peer-to-Peer Security
-    Copyright (C) 2011 Guus Sliepen <guus@tinc-vpn.org>,
+    Copyright (C) 2011-2013 Guus Sliepen <guus@tinc-vpn.org>,
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -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;