diff options
Diffstat (limited to 'src/core/test_core_quota_peer2.conf')
-rw-r--r-- | src/core/test_core_quota_peer2.conf | 21 |
1 files changed, 16 insertions, 5 deletions
diff --git a/src/core/test_core_quota_peer2.conf b/src/core/test_core_quota_peer2.conf index 1fd4ec8..6dec73a 100644 --- a/src/core/test_core_quota_peer2.conf +++ b/src/core/test_core_quota_peer2.conf @@ -1,7 +1,6 @@ @INLINE@ test_core_defaults.conf [PATHS] SERVICEHOME = /tmp/test-gnunet-core-quota-sym-peer-2/ -DEFAULTCONFIG = test_core_quota_peer2.conf [arm] PORT = 22476 @@ -26,13 +25,25 @@ UNIXPATH = /tmp/gnunet-core-sym-p2-service-transport.sock [core] PORT = 22480 UNIXPATH = /tmp/gnunet-core-sym-p2-service-core.sock -DEBUG = NO [ats] PORT = 22482 UNIXPATH = /tmp/gnunet-core-sym-p2-service-ats.sock -WAN_QUOTA_IN = 10 kiB -WAN_QUOTA_OUT = 10 kiB +# UNSPECIFIED +UNSPECIFIED_QUOTA_IN = 10240 +UNSPECIFIED_QUOTA_OUT = 10240 +# LOOPBACK +LOOPBACK_QUOTA_IN = 10240 +LOOPBACK_QUOTA_OUT = 10240 +# LAN +LAN_QUOTA_IN = 10240 +LAN_QUOTA_OUT = 10240 +# WAN +WAN_QUOTA_IN = 10240 +WAN_QUOTA_OUT = 10240 +# WLAN +WLAN_QUOTA_IN = 10240 +WLAN_QUOTA_OUT = 10240 [transport-tcp] PORT = 22467 @@ -41,4 +52,4 @@ PORT = 22467 PORT = 22468 [transport-http] -PORT = 22469
\ No newline at end of file +PORT = 22469 |