From 87ee858537058619eb0a43545b3484b40563db16 Mon Sep 17 00:00:00 2001
From: Fernando Erd <fce15@inf.ufpr.br>
Date: Mon, 7 Nov 2016 09:41:57 -0200
Subject: [PATCH] Evitando conflitos com outros trabs

---
 Canguru/CanguruChat.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Canguru/CanguruChat.py b/Canguru/CanguruChat.py
index c6b53a7..a985bae 100755
--- a/Canguru/CanguruChat.py
+++ b/Canguru/CanguruChat.py
@@ -40,8 +40,8 @@ StartTime = 0
 HighPriority = 10
 TOKEN = 0
 MACHINE_ID = 1
-SEND_PORT = 5000        # Porta que o Servidor envia
-RECV_PORT = 5000       # Porta que o Servidor recebe
+SEND_PORT = 3131        # Porta que o Servidor envia
+RECV_PORT = 3131       # Porta que o Servidor recebe
 
 class Protocol():
     def __init__ (self):
-- 
GitLab