Net
Net copied to clipboard
Compiling Error
Which Gcc compiler version used to compile it ? Because i tried with latest GCC compiler and it gives me errors.

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 ?

It is working fine. It seems.
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