From: Bart Polot Date: Wed, 31 Aug 2011 20:42:51 +0000 (+0000) Subject: DIsabled the use of UNIX sockets, to allow running on Win platform X-Git-Tag: initial-import-from-subversion-38251~17262 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=9116211545d62eb96bfdefb98b9bf6462c880f24;p=oweals%2Fgnunet.git DIsabled the use of UNIX sockets, to allow running on Win platform --- diff --git a/src/mesh/test_mesh_small.conf b/src/mesh/test_mesh_small.conf index d016e1dea..853ab06c6 100644 --- a/src/mesh/test_mesh_small.conf +++ b/src/mesh/test_mesh_small.conf @@ -2,21 +2,6 @@ SERVICEHOME = /tmp/test_mesh_small/ DEFAULTCONFIG = test_mesh_small.conf -[nse] -PORT = 0 -UNIXPATH = /tmp/test-nse-service-nse.unix -BINARY = gnunet-service-nse -#PREFIX = valgrind --leak-check=full --log-file=valgrind_nse.%p -AUTOSTART = YES -DEBUG = NO -CONFIG = $DEFAULTCONFIG -# Overriding network settings for faster testing (do NOT use -# these values in production just because they are here) -WORKDELAY = 10000 -INTERVAL = 3600000 -WORKBITS = 0 -PROOFFILE = $SERVICEHOME/nse.proof - [arm] PORT = 0 DEFAULTSERVICES = core mesh @@ -25,42 +10,14 @@ UNIXPATH = /tmp/test-nse-service-arm.unix [statistics] AUTOSTART = YES -PORT = 0 - -[transport-https] -PORT = 0 - -[transport-http] -PORT = 0 - -[transport-udp] -PORT = 0 - -[transport-tcp] -ADVERTISED_PORT = 0 -PORT = 0 - -[gnunet-nat-server] -PORT = 0 - -[statistics] -AUTOSTART = YES -PORT = 0 - -[fs] -AUTOSTART = NO -PORT = 0 - -[datastore] -AUTOSTART = NO -PORT = 0 +PORT = 10000 [dht] AUTOSTART = NO -PORT = 0 +PORT = 10001 [transport] -PORT = 0 +PORT = 10002 AUTOSTART = YES [nat] @@ -72,34 +29,16 @@ ALLOW_NAT = NO INTERNAL_ADDRESS = 127.0.0.1 EXTERNAL_ADDRESS = 127.0.0.1 -[transport-unix] -PORT = 11111 - [core] AUTOSTART = YES -PORT = 0 +PORT = 10003 [peerinfo] AUTOSTART = YES -PORT = 0 - -[dns] -AUTOSTART = NO -PORT = 0 - -[resolver] -PORT = 0 +PORT = 10004 [mesh] -PORT = 0 - -[topology] -PORT = 0 -AUTOSTART = NO - -[transport] -PORT = 0 -plugins = unix +PORT = 10005 [testing] NUM_PEERS = 16