*** empty log message ***
This commit is contained in:
@ -3,12 +3,21 @@ STASHER README
|
||||
-----------------------
|
||||
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
|
||||
python setup.py install
|
||||
as root.
|
||||
|
||||
This installs the stasher engine, plus a wrapper client script called
|
||||
'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
|
||||
a help message.
|
||||
|
||||
|
@ -151,9 +151,9 @@ runCore = True
|
||||
|
||||
# timeouts - calibrate as needed
|
||||
timeout = {
|
||||
'ping' : 120,
|
||||
'findNode' : 30,
|
||||
'findData' : 30,
|
||||
'ping' : 60,
|
||||
'findNode' : 60,
|
||||
'findData' : 60,
|
||||
'store' : 120,
|
||||
}
|
||||
|
||||
@ -172,6 +172,7 @@ else:
|
||||
|
||||
# ----------------------------------------------
|
||||
# hack anything below this line at your own risk
|
||||
|
||||
#@-node:constants
|
||||
#@+node:globals
|
||||
# keep a dict of existing nodes, so we can prevent
|
||||
|
Reference in New Issue
Block a user