aboutsummaryrefslogtreecommitdiff
path: root/src/stream
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-11-04 21:01:22 +0000
committerChristian Grothoff <christian@grothoff.org>2012-11-04 21:01:22 +0000
commit0e4c7cdccfc4105f9c6e529cfa0e3722104b0ddf (patch)
treeac53b9088e75b7041e14e3455698a75da085b3d7 /src/stream
parentb6d09b511fbd61d3b36fde4c28624bed321bf4a1 (diff)
downloadgnunet-0e4c7cdccfc4105f9c6e529cfa0e3722104b0ddf.tar.gz
gnunet-0e4c7cdccfc4105f9c6e529cfa0e3722104b0ddf.zip
-misc bugfixes, travel hacking
Diffstat (limited to 'src/stream')
-rw-r--r--src/stream/test_stream_2peers_halfclose.c5
-rw-r--r--src/stream/test_stream_local.conf5
2 files changed, 0 insertions, 10 deletions
diff --git a/src/stream/test_stream_2peers_halfclose.c b/src/stream/test_stream_2peers_halfclose.c
index 2502615c2..617ab99a8 100644
--- a/src/stream/test_stream_2peers_halfclose.c
+++ b/src/stream/test_stream_2peers_halfclose.c
@@ -23,17 +23,12 @@
23 * @brief Testcases for Stream API halfclosed connections between 2 peers 23 * @brief Testcases for Stream API halfclosed connections between 2 peers
24 * @author Sree Harsha Totakura 24 * @author Sree Harsha Totakura
25 */ 25 */
26
27#include <string.h>
28
29#include "platform.h" 26#include "platform.h"
30#include "gnunet_util_lib.h" 27#include "gnunet_util_lib.h"
31#include "gnunet_testbed_service.h" 28#include "gnunet_testbed_service.h"
32#include "gnunet_mesh_service.h" 29#include "gnunet_mesh_service.h"
33#include "gnunet_stream_lib.h" 30#include "gnunet_stream_lib.h"
34 31
35#define VERBOSE 1
36
37/** 32/**
38 * Number of peers 33 * Number of peers
39 */ 34 */
diff --git a/src/stream/test_stream_local.conf b/src/stream/test_stream_local.conf
index 5e4ccc519..5a517cb3f 100644
--- a/src/stream/test_stream_local.conf
+++ b/src/stream/test_stream_local.conf
@@ -11,7 +11,6 @@ AUTOSTART = NO
11AUTOSTART = NO 11AUTOSTART = NO
12 12
13[mesh] 13[mesh]
14DEBUG = YES
15AUTOSTART = YES 14AUTOSTART = YES
16ACCEPT_FROM = 127.0.0.1; 15ACCEPT_FROM = 127.0.0.1;
17HOSTNAME = localhost 16HOSTNAME = localhost
@@ -20,7 +19,6 @@ PORT = 10700
20# PREFIX = xterm -geometry 100x85 -T peer1 -e gdb --args 19# PREFIX = xterm -geometry 100x85 -T peer1 -e gdb --args
21 20
22[dht] 21[dht]
23DEBUG = NO
24AUTOSTART = YES 22AUTOSTART = YES
25ACCEPT_FROM6 = ::1; 23ACCEPT_FROM6 = ::1;
26ACCEPT_FROM = 127.0.0.1; 24ACCEPT_FROM = 127.0.0.1;
@@ -36,7 +34,6 @@ DATABASE = sqlite
36 34
37[transport] 35[transport]
38PLUGINS = tcp 36PLUGINS = tcp
39DEBUG = NO
40ACCEPT_FROM6 = ::1; 37ACCEPT_FROM6 = ::1;
41ACCEPT_FROM = 127.0.0.1; 38ACCEPT_FROM = 127.0.0.1;
42NEIGHBOUR_LIMIT = 50 39NEIGHBOUR_LIMIT = 50
@@ -52,7 +49,6 @@ PORT = 12092
52[arm] 49[arm]
53DEFAULTSERVICES = core lockmanager 50DEFAULTSERVICES = core lockmanager
54PORT = 12366 51PORT = 12366
55DEBUG = NO
56 52
57[transport-tcp] 53[transport-tcp]
58TIMEOUT = 300 s 54TIMEOUT = 300 s
@@ -63,7 +59,6 @@ WEAKRANDOM = YES
63 59
64[testing_old] 60[testing_old]
65NUM_PEERS = 5 61NUM_PEERS = 5
66DEBUG = YES
67HOSTKEYSFILE = ${DATADIR}/testing_hostkeys.dat 62HOSTKEYSFILE = ${DATADIR}/testing_hostkeys.dat
68MAX_CONCURRENT_SSH = 10 63MAX_CONCURRENT_SSH = 10
69USE_PROGRESSBARS = YES 64USE_PROGRESSBARS = YES