Net icon indicating copy to clipboard operation
Net copied to clipboard

Compiling Error

Open AhmedSakrr opened this issue 2 years ago • 2 comments

Which Gcc compiler version used to compile it ? Because i tried with latest GCC compiler and it gives me errors. image image image image

Another Question can it handle more than 99999 connections ? Can it handle millions connections? Or what is the max. Number of bots Limit i can edit to it ?

AhmedSakrr avatar Apr 17 '23 07:04 AhmedSakrr

Screenshot from 2023-04-17 19-51-40

It is working fine. It seems.

SlokAks avatar Apr 17 '23 14:04 SlokAks

To suppress the warnings, you can use -w flag $ gcc -w -o net net.c -lpthread

Next steps: Run each of the following in seperate consoles. (1) ./net For bots (2) nc 127.0.0.1 1337 For admin console (3) nc 127.0.0.1 1233

SlokAks avatar Apr 17 '23 15:04 SlokAks