|
@@ -28,13 +28,9 @@ uci set gnunet.pt.FORCESTART=YES
|
28
|
28
|
uci set gnunet.exit=gnunet-config
|
29
|
29
|
uci set gnunet.exit.AUTOSTART=YES
|
30
|
30
|
uci set gnunet.exit.FORCESTART=YES
|
31
|
|
-uci set gnunet.exit.EXIT_IPV4=YES
|
32
|
|
-uci set gnunet.exit.EXIT_RANGE_IPV4_POLICY="169.254.86.1:7;169.254.86.1:5201;"
|
33
|
|
-
|
34
|
|
-# iperf (TCP) and echo (UDP) for battlemesh
|
35
|
|
-uci set gnunet.iperf=gnunet-exit-service
|
36
|
|
-uci set gnunet.iperf.TCP_REDIRECTS="5201:169.254.86.1:5201"
|
37
|
|
-uci set gnunet.echo=gnunet-exit-service
|
38
|
|
-uci set gnunet.echo.UDP_REDIRECTS="7:169.254.86.1:7"
|
|
31
|
+
|
|
32
|
+# increase WORKDELAY to something more sane on small CPUs
|
|
33
|
+uci set gnunet.nse=gnunet-config
|
|
34
|
+uci set gnunet.nse.WORKDELAY='500 ms'
|
39
|
35
|
|
40
|
36
|
uci commit gnunet
|