conf_mtu added.

FossilOrigin-Name: 364d86a28ad7d566c1759756d17cbcd981012d7651f8b9add1202a3ba5d3b30c
This commit is contained in:
7u83@mail.ru 2015-01-18 19:34:35 +00:00
parent 4b3c805d94
commit 100690e035
1 changed files with 4 additions and 1 deletions

View File

@ -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",
};