Compute a global window for all paths

Signed-off-by: Adrien Gallouët <adrien@gallouet.fr>
This commit is contained in:
Adrien Gallouët
2019-12-24 14:18:27 +00:00
parent 06c0945ac5
commit dc22121739
2 changed files with 38 additions and 38 deletions

3
mud.h
View File

@@ -61,8 +61,7 @@ struct mud_path {
uint64_t rx_max_rate;
uint64_t msg_timeout;
} conf;
uint64_t window;
uint64_t window_time;
unsigned char ok;
struct mud_pubkey pk;
};