diff --git a/src/wtp/wtp_uci.default.conf b/src/wtp/wtp_uci.default.conf index 7ae09c17..7a7f12b4 100644 --- a/src/wtp/wtp_uci.default.conf +++ b/src/wtp/wtp_uci.default.conf @@ -1,5 +1,15 @@ +#default configuration file for wpt + config 'wtp' - option name "Tobiaschen" - option mtu 1400 - option xmtu_discovery 1 + # WTP name + # (default is empty, the WTP will + # create a random name) + option name + + # MTU + option mtu 1500 + + # Do MTU discovery (means append mtu discovery + # padding msg element when sendig discovery requests) + option mtu_discovery 1