From c9ca28129e71368255fc5463950bc39a06ba6a65 Mon Sep 17 00:00:00 2001 From: Adriana Draghici Date: Thu, 15 Apr 2010 12:36:45 +0000 Subject: [PATCH] autorun: minor change in util. --- autorun/Util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1