Skip to content

Instantly share code, notes, and snippets.

#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