Hello,
Is there a way to enable fragmentation in ibr-dtn in OpenWrt?
Thank you.
Regards, Dimitris
Hi,
there is no easy way to enable fragmentation.
Apply this path to /usr/share/ibrdtn/build-config.sh and set the option "fragmentation yes" in the main section of /etc/config/ibrdtn.
diff --git a/build-config.sh b/build-config.sh index 2edd726..9faa6e6 100644 --- a/build-config.sh +++ b/build-config.sh @@ -38,6 +38,7 @@ create_file $CONFFILE add_param $CONFFILE "ibrdtn.main.uri" "local_uri" add_param $CONFFILE "ibrdtn.main.timezone" "timezone" add_param $CONFFILE "ibrdtn.main.routing" "routing" +add_param $CONFFILE "ibrdtn.main.fragmentation" "fragmentation"
if [ "$SAFEMODE" == "yes" ]; then if [ -n "`getconfig safemode.forwarding`" ]; then
I will include this change in future releases of IBR-DTN.
Kind regards, Johannes
Am 01.10.2013 17:13, schrieb Dimitrios Giotas:
Hello,
Is there a way to enable fragmentation in ibr-dtn in OpenWrt?
Thank you.
Regards, Dimitris
participants (2)
-
Dimitrios Giotas
-
Johannes Morgenroth