From cb929f122d3c3ea7d8036fd953580a67243d15ac Mon Sep 17 00:00:00 2001 From: Ben Burwell Date: Wed, 1 May 2013 18:23:45 -0400 Subject: changed port --- localchat.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/localchat.c b/localchat.c index 226432f..83bab38 100644 --- a/localchat.c +++ b/localchat.c @@ -22,8 +22,8 @@ // define constants #define DEBUG 0 #define MAX_NUM_PEERS 100 -#define CMD_PORT 6060 -#define CHAT_PORT 6061 +#define CMD_PORT 6062 +#define CHAT_PORT 6063 #define BROADCAST_IP "192.168.130.255" #define GLOBAL_MSG_LENGTH 1024 #define REQUEST_TIMEOUT 10 -- cgit v1.2.3