X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;ds=inline;f=src%2Fnode.h;h=fc872d314e27f1041afa95038ab982a231687c65;hb=df687b5ca86b93e0801db54ba4bca0f81ff02548;hp=1b33789ee0583c3195742ddd7aa1c1ccfe596d40;hpb=017a7fb57655d9b1d706ee78f7e3d0000411b883;p=tinc diff --git a/src/node.h b/src/node.h index 1b33789e..fc872d31 100644 --- a/src/node.h +++ b/src/node.h @@ -86,8 +86,6 @@ typedef struct node_t { uint32_t sent_seqno; /* Sequence number last sent to this node */ uint32_t received_seqno; /* Sequence number last received from this node */ uint32_t received; /* Total valid packets received from this node */ - uint32_t prev_received_seqno; - uint32_t prev_received; uint32_t farfuture; /* Packets in a row that have arrived from the far future */ unsigned char *late; /* Bitfield marking late packets */