gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r9634 - in GNUnet/src/applications/fs: collection ecrs lib


From: gnunet
Subject: [GNUnet-SVN] r9634 - in GNUnet/src/applications/fs: collection ecrs lib namespace
Date: Sun, 22 Nov 2009 13:19:05 -0700

Author: grothoff
Date: 2009-11-22 13:19:04 -0700 (Sun, 22 Nov 2009)
New Revision: 9634

Modified:
   GNUnet/src/applications/fs/collection/peer.conf
   GNUnet/src/applications/fs/ecrs/peer.conf
   GNUnet/src/applications/fs/lib/peer.conf
   GNUnet/src/applications/fs/namespace/peer.conf
Log:
have at least one transport

Modified: GNUnet/src/applications/fs/collection/peer.conf
===================================================================
--- GNUnet/src/applications/fs/collection/peer.conf     2009-11-22 20:15:31 UTC 
(rev 9633)
+++ GNUnet/src/applications/fs/collection/peer.conf     2009-11-22 20:19:04 UTC 
(rev 9634)
@@ -14,8 +14,11 @@
 PIDFILE         = $GNUNETD_HOME/gnunetd.pid
 HOSTS          = $GNUNETD_HOME/data/hosts/
 APPLICATIONS = "fs getoption stats"
-TRANSPORTS = ""
+TRANSPORTS = "tcp"
 
+[TCP]
+PORT = 42086
+
 [MODULES]
 sqstore = "sqstore_sqlite"
 # you can also use sqstore_mysql here if 

Modified: GNUnet/src/applications/fs/ecrs/peer.conf
===================================================================
--- GNUnet/src/applications/fs/ecrs/peer.conf   2009-11-22 20:15:31 UTC (rev 
9633)
+++ GNUnet/src/applications/fs/ecrs/peer.conf   2009-11-22 20:19:04 UTC (rev 
9634)
@@ -13,10 +13,11 @@
 PIDFILE         = $GNUNETD_HOME/gnunetd.pid
 HOSTS          = $GNUNETD_HOME/data/hosts/
 APPLICATIONS = "fs getoption stats"
-TRANSPORTS = ""
+TRANSPORTS = "tcp"
 
+[TCP]
+PORT = 42086
 
-
 [MODULES]
 sqstore = "sqstore_sqlite"
 # you can also use sqstore_mysql here if 

Modified: GNUnet/src/applications/fs/lib/peer.conf
===================================================================
--- GNUnet/src/applications/fs/lib/peer.conf    2009-11-22 20:15:31 UTC (rev 
9633)
+++ GNUnet/src/applications/fs/lib/peer.conf    2009-11-22 20:19:04 UTC (rev 
9634)
@@ -15,8 +15,12 @@
 PIDFILE         = $HOME/gnunetd.pid
 HOSTS          = $HOME/data/hosts/
 APPLICATIONS = "fs stats"
-TRANSPORTS = ""
+TRANSPORTS = "tcp"
 
+[TCP]
+PORT = 42086
+
+
 [MODULES]
 sqstore = "sqstore_sqlite"
 # you can also use sqstore_mysql here if 

Modified: GNUnet/src/applications/fs/namespace/peer.conf
===================================================================
--- GNUnet/src/applications/fs/namespace/peer.conf      2009-11-22 20:15:31 UTC 
(rev 9633)
+++ GNUnet/src/applications/fs/namespace/peer.conf      2009-11-22 20:19:04 UTC 
(rev 9634)
@@ -13,8 +13,11 @@
 PIDFILE         = $GNUNETD_HOME/gnunetd.pid
 HOSTS          = $GNUNETD_HOME/data/hosts/
 APPLICATIONS = "fs getoption stats"
-TRANSPORTS = ""
+TRANSPORTS = "tcp"
 
+[TCP]
+PORT = 42086
+
 [MODULES]
 sqstore = "sqstore_sqlite"
 # you can also use sqstore_mysql here if 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]