aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport.conf.in
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-05-06 12:33:43 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-05-06 12:33:43 +0000
commit5a5b055a63c56b5c2581c10a9704f596dba612e2 (patch)
tree8d7c39ce79b1c3b03d4f8f189db29d8d4d835864 /src/transport/transport.conf.in
parentdaa1608a8c4cfe8b8510656cd233c4642db20d04 (diff)
downloadgnunet-5a5b055a63c56b5c2581c10a9704f596dba612e2.tar.gz
gnunet-5a5b055a63c56b5c2581c10a9704f596dba612e2.zip
traffic manipulation cfg settings
Diffstat (limited to 'src/transport/transport.conf.in')
-rw-r--r--src/transport/transport.conf.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/transport/transport.conf.in b/src/transport/transport.conf.in
index 0ef064f77..1c40aaa84 100644
--- a/src/transport/transport.conf.in
+++ b/src/transport/transport.conf.in
@@ -23,6 +23,15 @@ UNIX_MATCH_GID = YES
23# REJECT_FROM6 = 23# REJECT_FROM6 =
24# PREFIX = valgrind --leak-check=full 24# PREFIX = valgrind --leak-check=full
25 25
26# Configuration settings related to traffic manipulation for testing purposes
27# Distance
28# MANIPULATE_DISTANCE_IN = 1
29# MANIPULATE_DISTANCE_OUT = 1
30# Delay in ms
31# MANIPULATE_DELAY_IN = 1
32# MANIPULATE_DELAY_OUT = 1
33
34
26[transport-unix] 35[transport-unix]
27PORT = 22086 36PORT = 22086
28TESTING_IGNORE_KEYS = ACCEPT_FROM; 37TESTING_IGNORE_KEYS = ACCEPT_FROM;