From 1c7523558b461052ecc98fa4d8374a6709d399f8 Mon Sep 17 00:00:00 2001 From: MarcEricMartel Date: Fri, 27 Oct 2023 13:39:18 -0400 Subject: [PATCH] =?UTF-8?q?Chang=C3=A9=20de=20port?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SQCSim-common/define.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SQCSim-common/define.h b/SQCSim-common/define.h index 7fd0139..bbeaaff 100644 --- a/SQCSim-common/define.h +++ b/SQCSim-common/define.h @@ -4,8 +4,8 @@ #include #include -#define SRV_PORT 1025 -#define CLI_PORT 1026 +#define SRV_PORT 10000 +#define CLI_PORT 10001 #define BUFFER_LENGTH 150