X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fnode.h;h=4eb216f49014d2f8b9bb5520365d6ce5e8df7adc;hp=a9322aa54256ca9698e582379bb133a6d66a6caa;hb=886a6f61a1f4cc48a77b42d10f34f9126377d904;hpb=23dddc25930bc9033e5a2ac659376032aff44d82 diff --git a/src/node.h b/src/node.h index a9322aa5..4eb216f4 100644 --- a/src/node.h +++ b/src/node.h @@ -69,7 +69,8 @@ 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 */ - unsigned char late[16]; /* Bitfield marking late packets */ + uint32_t farfuture; /* Packets in a row that have arrived from the far future */ + unsigned char* late; /* Bitfield marking late packets */ length_t mtu; /* Maximum size of packets to send to this node */ length_t minmtu; /* Probed minimum MTU */