aboutsummaryrefslogtreecommitdiff
path: root/src/mesh
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesh')
-rw-r--r--src/mesh/test_mesh.conf6
-rw-r--r--src/mesh/test_mesh_2dtorus.conf6
-rw-r--r--src/mesh/test_mesh_path.conf6
-rw-r--r--src/mesh/test_mesh_small.conf6
4 files changed, 16 insertions, 8 deletions
diff --git a/src/mesh/test_mesh.conf b/src/mesh/test_mesh.conf
index bf4d4dfe7..3d955f09e 100644
--- a/src/mesh/test_mesh.conf
+++ b/src/mesh/test_mesh.conf
@@ -36,9 +36,11 @@ ACCEPT_FROM = 127.0.0.1;
36NEIGHBOUR_LIMIT = 50 36NEIGHBOUR_LIMIT = 50
37PORT = 12365 37PORT = 12365
38 38
39[ats]
40WAN_QUOTA_OUT = 3932160
41WAN_QUOTA_IN = 3932160
42
39[core] 43[core]
40TOTAL_QUOTA_OUT = 3932160
41TOTAL_QUOTA_IN = 3932160
42PORT = 12092 44PORT = 12092
43 45
44[arm] 46[arm]
diff --git a/src/mesh/test_mesh_2dtorus.conf b/src/mesh/test_mesh_2dtorus.conf
index 90ebd73af..9a2227bed 100644
--- a/src/mesh/test_mesh_2dtorus.conf
+++ b/src/mesh/test_mesh_2dtorus.conf
@@ -39,9 +39,11 @@ ALLOW_NAT = NO
39INTERNAL_ADDRESS = 127.0.0.1 39INTERNAL_ADDRESS = 127.0.0.1
40EXTERNAL_ADDRESS = 127.0.0.1 40EXTERNAL_ADDRESS = 127.0.0.1
41 41
42[ats]
43WAN_QUOTA_IN = 1 GB
44WAN_QUOTA_OUT = 1 GB
45
42[core] 46[core]
43TOTAL_QUOTA_IN = 999111999
44TOTAL_QUOTA_OUT = 999111999
45AUTOSTART = YES 47AUTOSTART = YES
46PORT = 10003 48PORT = 10003
47 49
diff --git a/src/mesh/test_mesh_path.conf b/src/mesh/test_mesh_path.conf
index bf4d4dfe7..3d955f09e 100644
--- a/src/mesh/test_mesh_path.conf
+++ b/src/mesh/test_mesh_path.conf
@@ -36,9 +36,11 @@ ACCEPT_FROM = 127.0.0.1;
36NEIGHBOUR_LIMIT = 50 36NEIGHBOUR_LIMIT = 50
37PORT = 12365 37PORT = 12365
38 38
39[ats]
40WAN_QUOTA_OUT = 3932160
41WAN_QUOTA_IN = 3932160
42
39[core] 43[core]
40TOTAL_QUOTA_OUT = 3932160
41TOTAL_QUOTA_IN = 3932160
42PORT = 12092 44PORT = 12092
43 45
44[arm] 46[arm]
diff --git a/src/mesh/test_mesh_small.conf b/src/mesh/test_mesh_small.conf
index 20e13b863..0aec8ff7f 100644
--- a/src/mesh/test_mesh_small.conf
+++ b/src/mesh/test_mesh_small.conf
@@ -39,9 +39,11 @@ ALLOW_NAT = NO
39INTERNAL_ADDRESS = 127.0.0.1 39INTERNAL_ADDRESS = 127.0.0.1
40EXTERNAL_ADDRESS = 127.0.0.1 40EXTERNAL_ADDRESS = 127.0.0.1
41 41
42[ats]
43WAN_QUOTA_IN = 1 GB
44WAN_QUOTA_OUT = 1 GB
45
42[core] 46[core]
43TOTAL_QUOTA_IN = 1 GB
44TOTAL_QUOTA_OUT = 1 GB
45AUTOSTART = YES 47AUTOSTART = YES
46PORT = 10003 48PORT = 10003
47 49