Count the number of correctly received UDP packets.
[tinc] / src / sptps.h
index a19be97..bf3a3b9 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;