Compute rttvar for the next voip scheduler

Signed-off-by: Adrien Gallouët <adrien@gallouet.fr>
This commit is contained in:
Adrien Gallouët
2018-04-06 16:24:24 +00:00
parent 7fde67f3d3
commit 1f25f12e4a
2 changed files with 13 additions and 5 deletions

1
mud.h
View File

@@ -28,6 +28,7 @@ struct mud_path {
uint64_t recv_max;
uint64_t recv_max_time;
uint64_t rtt;
uint64_t rttvar;
uint64_t rst;
uint64_t r_rst;
uint64_t r_rms;