*** empty log message ***

This commit is contained in:
aum
2004-08-14 17:33:28 +00:00
committed by zzz
parent 75febe4b75
commit 7378be05d3
2 changed files with 13 additions and 3 deletions

View File

@ -3,12 +3,21 @@ STASHER README
----------------------- -----------------------
INSTALLING STASHER INSTALLING STASHER
Prerequisite:
Before you can install/run Stasher, you will first need to have installed
the I2P Python modules - available in cvs at i2p/apps/sam/python.
To install stasher, just make sure you've got the latest cvs, then type To install stasher, just make sure you've got the latest cvs, then type
python setup.py install python setup.py install
as root.
This installs the stasher engine, plus a wrapper client script called This installs the stasher engine, plus a wrapper client script called
'stasher', which setup.py will install into your execution path. 'stasher', which setup.py will install into your execution path.
If you don't like the thought of becoming root, you could just put stasher.py
on your execution path, and/or create a symlink called 'stasher'.
Test your installation by typing 'stasher -h' - this should display Test your installation by typing 'stasher -h' - this should display
a help message. a help message.

View File

@ -151,9 +151,9 @@ runCore = True
# timeouts - calibrate as needed # timeouts - calibrate as needed
timeout = { timeout = {
'ping' : 120, 'ping' : 60,
'findNode' : 30, 'findNode' : 60,
'findData' : 30, 'findData' : 60,
'store' : 120, 'store' : 120,
} }
@ -172,6 +172,7 @@ else:
# ---------------------------------------------- # ----------------------------------------------
# hack anything below this line at your own risk # hack anything below this line at your own risk
#@-node:constants #@-node:constants
#@+node:globals #@+node:globals
# keep a dict of existing nodes, so we can prevent # keep a dict of existing nodes, so we can prevent