[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r16661 - gnunet/src/mesh
From: |
gnunet |
Subject: |
[GNUnet-SVN] r16661 - gnunet/src/mesh |
Date: |
Wed, 31 Aug 2011 22:42:51 +0200 |
Author: bartpolot
Date: 2011-08-31 22:42:51 +0200 (Wed, 31 Aug 2011)
New Revision: 16661
Modified:
gnunet/src/mesh/test_mesh_small.conf
Log:
DIsabled the use of UNIX sockets, to allow running on Win platform
Modified: gnunet/src/mesh/test_mesh_small.conf
===================================================================
--- gnunet/src/mesh/test_mesh_small.conf 2011-08-31 15:45:07 UTC (rev
16660)
+++ gnunet/src/mesh/test_mesh_small.conf 2011-08-31 20:42:51 UTC (rev
16661)
@@ -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 @@
[statistics]
AUTOSTART = YES
-PORT = 0
+PORT = 10000
-[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
-
[dht]
AUTOSTART = NO
-PORT = 0
+PORT = 10001
[transport]
-PORT = 0
+PORT = 10002
AUTOSTART = YES
[nat]
@@ -72,35 +29,17 @@
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
+PORT = 10004
-[dns]
-AUTOSTART = NO
-PORT = 0
-
-[resolver]
-PORT = 0
-
[mesh]
-PORT = 0
+PORT = 10005
-[topology]
-PORT = 0
-AUTOSTART = NO
-
-[transport]
-PORT = 0
-plugins = unix
-
[testing]
NUM_PEERS = 16
WEAKRANDOM = YES
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r16661 - gnunet/src/mesh,
gnunet <=