diff options
author | Ben Burwell <bburwell1@gmail.com> | 2013-05-01 19:13:57 -0400 |
---|---|---|
committer | Ben Burwell <bburwell1@gmail.com> | 2013-05-01 19:13:57 -0400 |
commit | ebfcf94471a78dd48d6a5a63c0d40da3a67c2486 (patch) | |
tree | 7cb62951612ba82234fdb3dc610e12f7731318df /localchat.c | |
parent | c112d966e58b3b6c314cc2b87d0891d946aa235a (diff) |
Sends status broadcast after changing chat flag
Diffstat (limited to 'localchat.c')
-rw-r--r-- | localchat.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/localchat.c b/localchat.c index ad0ba17..be6b57a 100644 --- a/localchat.c +++ b/localchat.c @@ -22,8 +22,8 @@ // define constants #define DEBUG 0 #define MAX_NUM_PEERS 100 -#define CMD_PORT 6062 -#define CHAT_PORT 6063 +#define CMD_PORT 6063 +#define CHAT_PORT 6064 #define BROADCAST_IP "192.168.130.255" #define GLOBAL_MSG_LENGTH 1024 #define REQUEST_TIMEOUT 10 |