conf_mtu added.
FossilOrigin-Name: 364d86a28ad7d566c1759756d17cbcd981012d7651f8b9add1202a3ba5d3b30c
This commit is contained in:
parent
4b3c805d94
commit
100690e035
@ -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[] = {
|
char * default_ac_list[] = {
|
||||||
"192.168.0.255",
|
"192.168.0.255",
|
||||||
// "255.255.255.255",
|
"255.255.255.255",
|
||||||
// "224.0.1.140",
|
// "224.0.1.140",
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user