diff --git a/src/wtp/wtp_conf.c b/src/wtp/wtp_conf.c index c2468004..946aa7f8 100644 --- a/src/wtp/wtp_conf.c +++ b/src/wtp/wtp_conf.c @@ -56,6 +56,9 @@ long conf_debug_level=CONF_DEFAULT_DEBUG_LEVEL; +int conf_mtu_discovery=CONF_DEFAULT_MTU_DISCOVERY; +int conf_mtu=0; + @@ -115,7 +118,7 @@ int wtpconf_name() char * default_ac_list[] = { "192.168.0.255", -// "255.255.255.255", + "255.255.255.255", // "224.0.1.140", };