Fix to avoid port (7777) conflicts on Mac OS X

This commit is contained in:
Sukchan Lee 2022-10-30 13:58:28 +09:00
parent cca53fb8e8
commit 15e3c1f166
2 changed files with 3 additions and 3 deletions

View File

@ -22,7 +22,7 @@
#define DATASTR "This is a test"
#define STRLEN 8092
#define PORT 7777
#define PORT 47777
#define NUM 100
#ifndef AI_PASSIVE

View File

@ -22,8 +22,8 @@
#define DATASTR "This is a test"
#define STRLEN 8092
#define PORT 7777
#define PORT2 7778
#define PORT 47777
#define PORT2 47778
#ifndef AI_PASSIVE
#define AI_PASSIVE 1