Do not allow mtu manipulation anymore

Signed-off-by: Adrien Gallouët <adrien@gallouet.fr>
This commit is contained in:
Adrien Gallouët
2019-12-31 19:30:49 +00:00
parent 5f72198a96
commit c75f5d5620
3 changed files with 1 additions and 32 deletions

View File

@@ -11,7 +11,6 @@ enum ctl_type {
CTL_NONE = 0,
CTL_STATE,
CTL_STATUS,
CTL_MTU,
CTL_TC,
CTL_KXTIMEOUT,
CTL_TIMETOLERANCE,
@@ -40,7 +39,6 @@ struct ctl_msg {
struct sockaddr_storage peer;
} status;
struct mud_bad bad;
size_t mtu;
int tc;
unsigned long ms;
unsigned percent;