ALLOW_NAT = NO
[transport-tcp]
-TIMEOUT = 5000
+TIMEOUT = 5 s
[transport-udp]
PORT = 2571
struct GNUNET_BANDWIDTH_Tracker *tracker;
tracker = GNUNET_CONTAINER_multihashmap_get (trackers, &peer->hashPubKey);
+ GNUNET_break (NULL != tracker);
if (0 == ntohl (bandwidth_in.value__))
{
GNUNET_assert (GNUNET_YES ==
EXTERNAL_ADDRESS = 127.0.0.1
[core]
-TOTAL_QUOTA_IN = 91024000
-TOTAL_QUOTA_OUT = 91024000
+TOTAL_QUOTA_IN = 1 GB
+TOTAL_QUOTA_OUT = 1 GB
AUTOSTART = YES
PORT = 10003
#PERCENTAGE = 3
#PROBABILITY = .1
F2F = NO
-CONNECT_TIMEOUT = 60
+CONNECT_TIMEOUT = 60 s
CONNECT_ATTEMPTS = 3
DEBUG = YES
HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
MAX_CONCURRENT_SSH = 10
USE_PROGRESSBARS = YES
-PEERGROUP_TIMEOUT = 2400
+PEERGROUP_TIMEOUT = 2400 s
TOPOLOGY_OUTPUT_FILE = 2dtorus_topo_initial
MAX_OUTSTANDING_CONNECTIONS = 75
#SINGLE_PEERINFO_PER_HOST = YES
MINIMUM-FRIENDS = 0
[core]
-TOTAL_QUOTA_OUT = 93932160
-TOTAL_QUOTA_IN = 93932160
+TOTAL_QUOTA_OUT = 1 GB
+TOTAL_QUOTA_IN = 1 GB
PORT = 2092
[dht]
PORT = 2087
[transport-tcp]
-TIMEOUT = 300000
+TIMEOUT = 300 s
PORT = 2094
[TESTING]
PORT = 12365
[core]
-TOTAL_QUOTA_OUT = 93932160
-TOTAL_QUOTA_IN = 93932160
+TOTAL_QUOTA_OUT = 1 GB
+TOTAL_QUOTA_IN = 1 GB
PORT = 12092
[arm]
DEBUG = NO
[transport-tcp]
-TIMEOUT = 300000
+TIMEOUT = 300 s
PORT = 12368
BINDTO = 127.0.0.1
PLUGIN = mysql_dump
[core]
-TOTAL_QUOTA_OUT = 93932160
-TOTAL_QUOTA_IN = 93932160
+TOTAL_QUOTA_OUT = 1 GB
+TOTAL_QUOTA_IN = 1 GB
ACCEPT_FROM6 = ::1;
ACCEPT_FROM = 127.0.0.1;
BINARY = gnunet-service-core
DEBUG = NO
[transport-tcp]
-TIMEOUT = 300000
+TIMEOUT = 300 s
PORT = 12368
BINDTO = 127.0.0.1
TOPOLOGY_FILE = multipeer_topo.dat
MAX_CONCURRENT_SSH = 1
-PEERGROUP_TIMEOUT = 10000
+PEERGROUP_TIMEOUT = 10 s
USE_PROGRESSBARS = YES
#CONNECT_TOPOLOGY_OPTION = CONNECT_RANDOM_SUBSET
#CONNECT_TOPOLOGY_OPTION_MODIFIER = 2
PORT = 12365
[core]
-TOTAL_QUOTA_OUT = 93932160
-TOTAL_QUOTA_IN = 93932160
+TOTAL_QUOTA_OUT = 1 GB
+TOTAL_QUOTA_IN = 1 GB
HOSTNAME = localhost
PORT = 12092
DEBUG = NO
[transport-tcp]
-TIMEOUT = 300000
+TIMEOUT = 300 s
PORT = 12368
BINDTO = 127.0.0.1
# Maximum frequency we're allowed to poll the datastore
# for content for migration (can be used to reduce
# GNUnet's disk-IO rate)
-MIN_MIGRATION_DELAY = 100
+MIN_MIGRATION_DELAY = 100 ms
EXPECTED_NEIGHBOUR_COUNT = 128
DEBUG = NO
[transport-tcp]
-TIMEOUT = 300000
+TIMEOUT = 300 s
PORT = 12368
[TESTING]
#PERCENTAGE = 3
#PROBABILITY = .1
F2F = NO
-CONNECT_TIMEOUT = 600
+CONNECT_TIMEOUT = 600 s
CONNECT_ATTEMPTS = 2
DEBUG = YES
HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
MAX_CONCURRENT_SSH = 10
USE_PROGRESSBARS = YES
-PEERGROUP_TIMEOUT = 2400
+PEERGROUP_TIMEOUT = 2400 s
TOPOLOGY_OUTPUT_FILE = mesh_topo_initial
MAX_OUTSTANDING_CONNECTIONS = 75
#SINGLE_PEERINFO_PER_HOST = YES
DEBUG = NO
[transport-tcp]
-TIMEOUT = 300000
+TIMEOUT = 300 s
PORT = 12368
[TESTING]
mesh_peers = GNUNET_malloc (sizeof (uint16_t) * (num_peers + 1));
if (GNUNET_OK !=
- GNUNET_CONFIGURATION_get_value_number (testing_cfg, "test_mesh_small",
- "wait_time", &temp_wait))
+ GNUNET_CONFIGURATION_get_value_time (testing_cfg, "test_mesh_small",
+ "WAIT_TIME", &wait_time))
{
GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
"Option test_mesh_small:wait_time is required!\n");
}
}
- wait_time =
- GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, temp_wait);
-
if (GNUNET_YES ==
GNUNET_CONFIGURATION_get_value_string (cfg, "test_mesh_small",
"output_file", &temp_str))
EXTERNAL_ADDRESS = 127.0.0.1
[core]
-TOTAL_QUOTA_IN = 999111999
-TOTAL_QUOTA_OUT = 999111999
+TOTAL_QUOTA_IN = 1 GB
+TOTAL_QUOTA_OUT = 1 GB
AUTOSTART = YES
PORT = 10003
#PERCENTAGE = 3
#PROBABILITY = .1
F2F = NO
-CONNECT_TIMEOUT = 660
+CONNECT_TIMEOUT = 660 s
CONNECT_ATTEMPTS = 2
DEBUG = YES
HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
MAX_CONCURRENT_SSH = 10
USE_PROGRESSBARS = YES
-PEERGROUP_TIMEOUT = 2400
+PEERGROUP_TIMEOUT = 2400 s
TOPOLOGY_OUTPUT_FILE = mesh_topo_initial
MAX_OUTSTANDING_CONNECTIONS = 75
#SINGLE_PEERINFO_PER_HOST = YES
DELETE_FILES = YES
[test_mesh_small]
-WAIT_TIME = 300
+WAIT_TIME = 300 s
CONNECTION_LIMIT = 16
#DATA_OUTPUT_FILE=data_output
mesh_peers = GNUNET_malloc (sizeof (GNUNET_PEER_Id) * (num_peers + 1));
if (GNUNET_OK !=
- GNUNET_CONFIGURATION_get_value_number (testing_cfg, "test_mesh_small",
- "wait_time", &temp_wait))
+ GNUNET_CONFIGURATION_get_value_time (testing_cfg, "test_mesh_small",
+ "WAIT_TIME", &wait_time))
{
GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
"Option test_mesh_small:wait_time is required!\n");
}
}
- wait_time =
- GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, temp_wait);
-
if (GNUNET_YES ==
GNUNET_CONFIGURATION_get_value_string (cfg, "test_mesh_small",
"output_file", &temp_str))
}
if (GNUNET_OK !=
- GNUNET_CONFIGURATION_get_value_number (testing_cfg, "nse-profiler",
- "wait_time", &temp_wait))
+ GNUNET_CONFIGURATION_get_value_time (testing_cfg, "nse-profiler",
+ "WAIT_TIME", &wait_time))
{
GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
"Option nse-profiler:wait_time is required!\n");
}
- wait_time =
- GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, temp_wait);
-
if (GNUNET_YES ==
GNUNET_CONFIGURATION_get_value_string (cfg, "nse-profiler", "output_file",
&temp_str))
HISTOGRAM = $SERVICEHOME/nse-history.log
# How 'slowly' should the proof-of-work be constructed (delay
-# between rounds in ms); sane values between 0 and ~1000.
-WORKDELAY = 5
+# between rounds); sane values between 0 and ~1000.
+WORKDELAY = 5 ms
# Note: changing any of the values below will make this peer
# completely incompatible with other peers!
-INTERVAL = 3600000
+INTERVAL = 1 h
WORKBITS = 20
CONFIG = $DEFAULTCONFIG
# Overriding network settings for faster testing (do NOT use
# these values in production just because they are here)
-WORKDELAY = 10000
-INTERVAL = 15000
+WORKDELAY = 10 s
+INTERVAL = 15 s
WORKBITS = 0
PROOFFILE = $SERVICEHOME/nse.proof
PERCENTAGE = 3
#PROBABILITY = .1
F2F = NO
-CONNECT_TIMEOUT = 60
+CONNECT_TIMEOUT = 60 s
CONNECT_ATTEMPTS = 3
#DEBUG = YES
HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
MAX_CONCURRENT_SSH = 20
USE_PROGRESSBARS = YES
-PEERGROUP_TIMEOUT = 1000
+PEERGROUP_TIMEOUT = 1000 s
TOPOLOGY_OUTPUT_FILE = nse_topo_1000_peers_initial
MAX_OUTSTANDING_CONNECTIONS = 200
#SINGLE_PEERINFO_PER_HOST = YES
#ROUND3 = 100
#ROUND2 = 500
#ROUND3 = 1000
-WAIT_TIME = 120
+WAIT_TIME = 120 s
CONNECTION_LIMIT = 10
PROOFFILE = $SERVICEHOME/proof.nse
# Overriding network settings for faster testing (do NOT use
# these values in production just because they are here)
-WORKDELAY = 1
-INTERVAL = 60000
+WORKDELAY = 1 ms
+INTERVAL = 60 s
WORKBITS = 1
HISTOGRAM = $SERVICEHOME/nse-histogram
CONNECT_TOPOLOGY = SMALL_WORLD_RING
PERCENTAGE = 3
F2F = NO
-CONNECT_TIMEOUT = 60
+CONNECT_TIMEOUT = 60 s
CONNECT_ATTEMPTS = 3
#DEBUG = YES
HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
MAX_CONCURRENT_SSH = 20
USE_PROGRESSBARS = YES
-PEERGROUP_TIMEOUT = 1000
+PEERGROUP_TIMEOUT = 1000 s
DELETE_FILES = NO
EXTERNAL_ADDRESS = 127.0.0.1
[core]
-TOTAL_QUOTA_IN = 999111999
-TOTAL_QUOTA_OUT = 999111999
+TOTAL_QUOTA_IN = 1 GB
+TOTAL_QUOTA_OUT = 1 GB
AUTOSTART = YES
PORT = 10003
#PERCENTAGE = 3
#PROBABILITY = .1
F2F = NO
-CONNECT_TIMEOUT = 600
+CONNECT_TIMEOUT = 600 s
CONNECT_ATTEMPTS = 2
DEBUG = YES
HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
MAX_CONCURRENT_SSH = 10
USE_PROGRESSBARS = YES
-PEERGROUP_TIMEOUT = 2400
+PEERGROUP_TIMEOUT = 2400 s
TOPOLOGY_OUTPUT_FILE = testing_topo_initial
MAX_OUTSTANDING_CONNECTIONS = 75
#SINGLE_PEERINFO_PER_HOST = YES
DEFAULTCONFIG = test_testing_data_topology_clique.conf
[TESTING]
-CONNECT_TIMEOUT = 180
+CONNECT_TIMEOUT = 180 s
CONNECT_ATTEMPTS = 14
NUM_PEERS = 4
TOPOLOGY = CLIQUE
-
+SETTLE_TIME = 0
DEFAULTCONFIG = test_testing_data_topology_clique.conf
[TESTING]
-SETTLE_TIME = 600
+SETTLE_TIME = 600 s
NUM_PEERS = 2
TOPOLOGY = CLIQUE
GNUNET_free_non_null (topology_str);
GNUNET_free_non_null (blacklist_topology_str);
- if (GNUNET_OK ==
- GNUNET_CONFIGURATION_get_value_number (cfg, "testing", "settle_time",
- &temp_settle))
- settle_time =
- GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, temp_settle);
-
+ if (GNUNET_OK !=
+ GNUNET_CONFIGURATION_get_value_time (cfg, "testing", "SETTLE_TIME",
+ &settle_time))
+ {
+ GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "Must provide option %s:%s!\n",
+ "testing", "SETTLE_TIME");
+ return;
+ }
if (GNUNET_SYSERR ==
GNUNET_CONFIGURATION_get_value_number (cfg, "testing", "num_peers",
&num_peers))
num_peers = DEFAULT_NUM_PEERS;
- if (GNUNET_OK ==
- GNUNET_CONFIGURATION_get_value_number (cfg, "testing", "connect_timeout",
- &temp_settle))
- connect_timeout =
- GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, temp_settle);
- else
+ if (GNUNET_OK !=
+ GNUNET_CONFIGURATION_get_value_number (cfg, "testing", "CONNECT_TIMEOUT",
+ &connect_timeout))
{
GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "Must provide option %s:%s!\n",
- "testing", "connect_timeout");
+ "testing", "CONNECT_TIMEOUT");
return;
}
CONNECT_ATTEMPTS = 2
MAX_OUTSTANDING_CONNECTIONS = 20
MAX_CONCURRENT_SSH = 1
-PEERGROUP_TIMEOUT = 300
+PEERGROUP_TIMEOUT = 300 s
TOPOLOGY = CLIQUE
PERCENTAGE = 0.5
PROBABILITY = 0.5
char *blacklist_topology_str;
char *connect_topology_option_str;
char *connect_topology_option_modifier_string;
- unsigned long long temp_settle;
unsigned long long max_outstanding_connections;
ok = 1;
GNUNET_free_non_null (topology_str);
GNUNET_free_non_null (blacklist_topology_str);
- if (GNUNET_OK ==
- GNUNET_CONFIGURATION_get_value_number (cfg, "testing", "settle_time",
- &temp_settle))
- settle_time =
- GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, temp_settle);
-
- if (GNUNET_OK ==
- GNUNET_CONFIGURATION_get_value_number (cfg, "testing", "connect_timeout",
- &temp_settle))
- connect_timeout =
- GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, temp_settle);
- else
+ if (GNUNET_OK !=
+ GNUNET_CONFIGURATION_get_value_time (cfg, "testing", "SETTLE_TIME",
+ &settle_time))
+ {
+ GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "Must provide option %s:%s!\n",
+ "testing", "SETTLE_TIME");
+ return;
+ }
+
+ if (GNUNET_OK !=
+ GNUNET_CONFIGURATION_get_value_time (cfg, "testing", "CONNECT_TIMEOUT",
+ &connect_timeout))
{
GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "Must provide option %s:%s!\n",
- "testing", "connect_timeout");
+ "testing", "CONNECT_TIMEOUT");
return;
}
unsigned long long connect_topology_num;
unsigned long long blacklist_topology_num;
unsigned long long connect_topology_option_num;
- unsigned long long temp_connect;
char *connect_topology_option_modifier_string;
ok = 1;
&num_peers))
num_peers = DEFAULT_NUM_PEERS;
- if (GNUNET_OK ==
- GNUNET_CONFIGURATION_get_value_number (cfg, "testing", "connect_timeout",
- &temp_connect))
- connect_timeout =
- GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, temp_connect);
- else
+ if (GNUNET_OK !=
+ GNUNET_CONFIGURATION_get_value_time (cfg, "testing", "CONNECT_TIMEOUT",
+ &connect_timeout))
{
GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "Must provide option %s:%s!\n",
- "testing", "connect_timeout");
+ "testing", "CONNECT_TIMEOUT");
return;
}
[TESTING]
# How long before failing a connection?
-CONNECT_TIMEOUT = 30
+CONNECT_TIMEOUT = 30 s
# How many connect attempts should we make?
CONNECT_ATTEMPTS = 3
# How many connections can happen simultaneously?
#include "gnunet_disk_lib.h"
/** Globals **/
-#define DEFAULT_CONNECT_TIMEOUT 30 // FIXME: use fancy time
+#define DEFAULT_CONNECT_TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 30)
#define DEFAULT_CONNECT_ATTEMPTS 2
/**
* How long to spend trying to establish all the connections?
*/
- unsigned long long connect_timeout; // FIXME: use fancy time
+ struct GNUNET_TIME_Relative connect_timeout;
unsigned long long max_concurrent_ssh;
struct GNUNET_TIME_Absolute timeout;
pg_start_ctx->connect_topology,
pg_start_ctx->connect_topology_option,
pg_start_ctx->connect_topology_option_modifier,
- // FIXME: use fancy time
- GNUNET_TIME_relative_multiply(
- GNUNET_TIME_UNIT_SECONDS,
- pg_start_ctx->connect_timeout),
+ pg_start_ctx->connect_timeout,
pg_start_ctx->connect_attempts, NULL,
NULL);
unsigned long long temp_config_number;
char *temp_str;
int temp;
+ struct GNUNET_TIME_Relative rtimeout;
GNUNET_assert (total > 0);
GNUNET_assert (cfg != NULL);
}
if (GNUNET_OK !=
- GNUNET_CONFIGURATION_get_value_number (cfg, "testing", "connect_timeout",
- &pg_start_ctx->connect_timeout))
+ GNUNET_CONFIGURATION_get_value_time (cfg, "testing", "CONNECT_TIMEOUT",
+ &pg_start_ctx->connect_timeout))
{
- pg_start_ctx->connect_timeout = DEFAULT_CONNECT_TIMEOUT;
+ pg_start_ctx->connect_timeout = DEFAULT_CONNECT_TIMEOUT;
}
if (GNUNET_OK !=
return NULL;
}
- if (GNUNET_OK ==
+ if (GNUNET_OK !=
GNUNET_CONFIGURATION_get_value_number (cfg, "testing",
- "peergroup_timeout",
- &temp_config_number))
- pg_start_ctx->timeout =
- GNUNET_TIME_relative_to_absolute (GNUNET_TIME_relative_multiply
- (GNUNET_TIME_UNIT_SECONDS,
- temp_config_number));
- else
+ "PEERGROUP_TIMEOUT",
+ &rtimeout))
{
GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "Must provide option %s:%s!\n",
- "testing", "peergroup_timeout");
+ "testing", "PEERGROUP_TIMEOUT");
GNUNET_free (pg_start_ctx);
return NULL;
}
+ pg_start_ctx->timeout =
+ GNUNET_TIME_relative_to_absolute (rtimeout);
/* Read topology related options from the configuration file */
[transport-tcp]
PORT = 12000
-TIMEOUT = 5000
+TIMEOUT = 5 s
[arm]
PORT = 12005
[transport-tcp]
PORT = 12100
-TIMEOUT = 5000
+TIMEOUT = 5 s
[arm]
PORT = 12014
[transport-tcp]
PORT = 2368
-TIMEOUT = 5000
+TIMEOUT = 5 s
[arm]
PORT = 2366
[transport-tcp]
PORT = 2368
-TIMEOUT = 5000
+TIMEOUT = 5 s
[arm]
PORT = 2366
[transport-tcp]
PORT = 12015
-TIMEOUT = 5000
+TIMEOUT = 5 s
[arm]
PORT = 12014
[transport-tcp]
PORT = 12015
-TIMEOUT = 5000
+TIMEOUT = 5 s
[arm]
PORT = 12014
[transport-tcp]
PORT = 12000
-TIMEOUT = 5000
+TIMEOUT = 5 s
[arm]
PORT = 12005
[transport-tcp]
PORT = 12015
-TIMEOUT = 5000
+TIMEOUT = 5 s
[arm]
PORT = 12014
[transport-tcp]
PORT = 12000
-TIMEOUT = 5000
+TIMEOUT = 5 s
[arm]
PORT = 12005
[transport-tcp]
PORT = 12015
-TIMEOUT = 5000
+TIMEOUT = 5 s
[arm]
PORT = 12014
[transport-tcp]
PORT = 12000
-TIMEOUT = 5000
+TIMEOUT = 5 s
[arm]
PORT = 12005
[transport-tcp]
PORT = 0
-TIMEOUT = 5000
+TIMEOUT = 5 s
[arm]
PORT = 12014
[transport-tcp]
PORT = 12140
-TIMEOUT = 5000
+TIMEOUT = 5 s
[transport-udp]
PORT = 12141
[transport-tcp]
PORT = 12150
-TIMEOUT = 5000
+TIMEOUT = 5 s
[transport-udp]
PORT = 12151
TOTAL_QUOTA_IN = 1073741824
[transport-tcp]
-TIMEOUT = 5000
+TIMEOUT = 5 s
[transport-http]
PORT = 12180
DEFAULTCONFIG = test_transport_api_reliability_tcp_nat_peer1.conf
[core]
-TOTAL_QUOTA_OUT = 1073741824
-TOTAL_QUOTA_IN = 1073741824
+TOTAL_QUOTA_OUT = 1 GB
+TOTAL_QUOTA_IN = 1 GB
[nat]
BEHIND_NAT = YES
[transport-tcp]
PORT = 0
-TIMEOUT = 5000
+TIMEOUT = 5 s
[arm]
PORT = 1204
DEFAULTCONFIG = test_transport_api_reliability_tcp_nat_peer2.conf
[core]
-TOTAL_QUOTA_OUT = 1073741824
-TOTAL_QUOTA_IN = 1073741824
+TOTAL_QUOTA_OUT = 1 GB
+TOTAL_QUOTA_IN = 1 GB
[nat]
DISABLEV6 = YES
[transport-tcp]
PORT = 12030
-TIMEOUT = 5000
+TIMEOUT = 5 s
[arm]
PORT = 12034
DEFAULTCONFIG = test_transport_api_reliability_tcp_peer1.conf
[core]
-TOTAL_QUOTA_OUT = 1073741824
-TOTAL_QUOTA_IN = 1073741824
+TOTAL_QUOTA_OUT = 1 GB
+TOTAL_QUOTA_IN = 1 GB
[transport-tcp]
PORT = 12000
-TIMEOUT = 5000
+TIMEOUT = 5 s
[arm]
PORT = 12005
DEFAULTCONFIG = test_transport_api_reliability_tcp_peer2.conf
[core]
-TOTAL_QUOTA_OUT = 1073741824
-TOTAL_QUOTA_IN = 1073741824
+TOTAL_QUOTA_OUT = 1 GB
+TOTAL_QUOTA_IN = 1 GB
[transport-tcp]
PORT = 12015
-TIMEOUT = 5000
+TIMEOUT = 5 s
[arm]
PORT = 12014
[transport-tcp]
PORT = 0
-TIMEOUT = 5000
+TIMEOUT = 5 s
[arm]
PORT = 1204
[transport-tcp]
PORT = 12030
-TIMEOUT = 5000
+TIMEOUT = 5 s
[arm]
PORT = 12034
[transport-tcp]
PORT = 12000
-TIMEOUT = 5000
+TIMEOUT = 5 s
[arm]
PORT = 12005
[transport-tcp]
PORT = 12015
-TIMEOUT = 5000
+TIMEOUT = 5 s
[arm]
PORT = 12014
[transport-tcp]
PORT = 12000
-TIMEOUT = 5000
+TIMEOUT = 5 s
[arm]
PORT = 12005
DEFAULTCONFIG = test_transport_defaults.conf
[transport-tcp]
-TIMEOUT = 300000
+TIMEOUT = 300 s
[arm]
DEFAULTSERVICES =
# Maximum number of open TCP connections allowed
MAX_CONNECTIONS = 128
-TIMEOUT = 5000
+TIMEOUT = 5 s
# ACCEPT_FROM =
# ACCEPT_FROM6 =
# REJECT_FROM =
PORT=12435
BINDTO=localhost
PIDFILE=/tmp/test-service.pid
-TIMEOUT=30000
+TIMEOUT=30 s
MAXBUF=1024
DISABLEV6=NO
ACCEPT_FROM=127.0.0.1;
[test_service6]
PORT=12435
PIDFILE=/tmp/test-service.pid
-TIMEOUT=30000
+TIMEOUT=30 s
MAXBUF=1024
DISABLEV6=NO
ACCEPT_FROM=127.0.0.1;
[transport-tcp]
PORT = 2086
-TIMEOUT = 300000
+TIMEOUT = 300s
# MAXBUF =
# DISABLEV6 =
# BINDTO =