projects
/
cs-p2p-next.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b206f3
)
autorun: minor change in util.
author
Adriana Draghici
<adriana008@gmail.com>
Thu, 15 Apr 2010 12:36:45 +0000
(12:36 +0000)
committer
Adriana Draghici
<adriana008@gmail.com>
Thu, 15 Apr 2010 12:36:45 +0000
(12:36 +0000)
autorun/Util.py
patch
|
blob
|
history
diff --git
a/autorun/Util.py
b/autorun/Util.py
index
5a4b83c
..
f77053a
100644
(file)
--- a/
autorun/Util.py
+++ b/
autorun/Util.py
@@
-3,7
+3,7
@@
SERVER_DIR = "/home/p2p/cs-p2p-next/autorun/server/"
SERVER_FILE = "Server.py"
SERVER_TYPE = "python"
-SERVER_PORT = 1000
3
+SERVER_PORT = 1000
4
SERVER_HOST = "127.0.0.1"
SESSIONS_FILE = "/home/p2p/sessions.txt" # TO CHANGE