Changé de port

This commit is contained in:
MarcEricMartel 2023-10-27 13:39:18 -04:00
parent f7b7a7f14d
commit 1c7523558b

View File

@ -4,8 +4,8 @@
#include <iostream>
#include <chrono>
#define SRV_PORT 1025
#define CLI_PORT 1026
#define SRV_PORT 10000
#define CLI_PORT 10001
#define BUFFER_LENGTH 150