]> git.meshlink.io Git - meshlink/blobdiff - src/sptps.h
Count the number of correctly received UDP packets.
[meshlink] / src / sptps.h
index a19be9791d61862b6dc768d8832523a827019a4e..bf3a3b96c1c209abb20323dccb6d09d7a51725f3 100644 (file)
@@ -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;