Add a boost factor to estimate send.ratemax

Signed-off-by: Adrien Gallouët <adrien@gallouet.fr>
This commit is contained in:
Adrien Gallouët
2018-12-01 11:17:39 +00:00
parent ff0c10b66c
commit 6494b95700
2 changed files with 4 additions and 1 deletions

1
mud.h
View File

@@ -31,6 +31,7 @@ struct mud_path {
struct sockaddr_storage local_addr, addr, r_addr;
struct mud_value rtt, lat, rate;
uint64_t latmin, dt;
uint64_t send_factor;
uint64_t r_rate;
uint64_t r_ratemax;
uint64_t window;