Code cleanup

Signed-off-by: Adrien Gallouët <adrien@gallouet.fr>
This commit is contained in:
Adrien Gallouët
2020-01-11 09:50:34 +00:00
parent 2f5e346532
commit e3eb1f96a5
2 changed files with 13 additions and 14 deletions

2
mud.h
View File

@@ -55,7 +55,7 @@ struct mud_path {
struct {
uint64_t tx_max_rate;
uint64_t rx_max_rate;
uint64_t msg_timeout;
uint64_t beat;
unsigned char fixed_rate;
} conf;
uint64_t idle;