From f105fac6d7e81d4969902e3fc82e3a20dcb76b6d Mon Sep 17 00:00:00 2001 From: Tahinli <96421894+Tahinli@users.noreply.github.com> Date: Sun, 6 Nov 2022 03:02:42 +0300 Subject: [PATCH] Update main.c --- Socket_Multi/main.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Socket_Multi/main.c b/Socket_Multi/main.c index 34fc798..80f81cc 100644 --- a/Socket_Multi/main.c +++ b/Socket_Multi/main.c @@ -14,8 +14,8 @@ #pragma comment(lib, "Ws_32.lib") #define BUFLEN 512 -#define PORT 27015 -#define ADDRESS "93.190.8.248" +#define PORT YOUR PORT(INT) +#define ADDRESS "YOUR-SERVER-IP"(STRING) #define MAX_CLIENTS 5 @@ -47,7 +47,7 @@ int mte(char*); char lastName[20]; char arName[MAX_CLIENTS][20]; char dName[MAX_CLIENTS*5][20]; - char pass[]="mandalina"; + char pass[]="superstrongpass"; char gpass[20]; int arPas[MAX_CLIENTS]; @@ -462,4 +462,4 @@ int mte(char* message) } } return 0; - } \ No newline at end of file + }