Add option losslimit in the set command

Signed-off-by: Adrien Gallouët <adrien@gallouet.fr>
This commit is contained in:
Adrien Gallouët
2019-10-23 13:52:40 +00:00
parent 8bd936929e
commit 5e0900c8ee
5 changed files with 31 additions and 2 deletions

View File

@@ -15,6 +15,7 @@ enum ctl_type {
CTL_TC,
CTL_KXTIMEOUT,
CTL_TIMETOLERANCE,
CTL_LOSSLIMIT,
CTL_PATH_STATUS,
CTL_BAD,
};
@@ -42,6 +43,7 @@ struct ctl_msg {
size_t mtu;
int tc;
unsigned long ms;
unsigned percent;
};
};