gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] storm README


From: Hermanni Hyytiälä
Subject: [Gzz-commits] storm README
Date: Mon, 05 May 2003 06:15:41 -0400

CVSROOT:        /cvsroot/storm
Module name:    storm
Changes by:     Hermanni Hyytiälä <address@hidden>      03/05/05 06:15:41

Modified files:
        .              : README 

Log message:
        Remove machine names from commands

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/storm/storm/README.diff?tr1=1.3&tr2=1.4&r1=text&r2=text

Patches:
Index: storm/README
diff -u storm/README:1.3 storm/README:1.4
--- storm/README:1.3    Sun May  4 15:57:26 2003
+++ storm/README        Mon May  5 06:15:41 2003
@@ -85,13 +85,13 @@
 
 Example of setting up P2P:
 start the peer that publishes:
address@hidden:~/ff/storm$ make peer ARGS="-pub pool -port 2000"
+make peer ARGS="-pub pool -port 2000"
 
 start a local peer that can fetch the blocks:
address@hidden:~/ff/storm$ make peer ARGS="-gw 5000 -port 2001 localhost:2000"
+make peer ARGS="-gw 5000 -port 2001 localhost:2000"
 
 or, start a remote peer that can fetch the blocks:
address@hidden:~/ff/storm$ make peer ARGS="-gw 5000 -port 2000 
fishy.it.jyu.fi:2000"
+make peer ARGS="-gw 5000 -port 2000 fishy.it.jyu.fi:2000"
 
 Notice, that the peer gateways can only list blocks that have already been 
 retrieved through them. So take the block id from http-gateway, or 




reply via email to

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