This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <iostream> | |
/*Socket obviously required*/ | |
#include <sys/socket.h> | |
/*Any shit ending with _t is prolly from this library*/ | |
#include <sys/types.h> | |
#include <string> | |
#include "string.h" | |
#include "unistd.h" | |
#include "netinet/in.h" | |
#define defPort 142536 |