From: Adriana Draghici Date: Thu, 15 Apr 2010 12:36:45 +0000 (+0000) Subject: autorun: minor change in util. X-Git-Tag: getopt_long~76 X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=commitdiff_plain;h=c9ca28129e71368255fc5463950bc39a06ba6a65;p=cs-p2p-next.git autorun: minor change in util. --- diff --git a/autorun/Util.py b/autorun/Util.py index 5a4b83c..f77053a 100644 --- 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 = 10003 +SERVER_PORT = 10004 SERVER_HOST = "127.0.0.1" SESSIONS_FILE = "/home/p2p/sessions.txt" # TO CHANGE