Skip to content

Instantly share code, notes, and snippets.

#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <sys/epoll.h>
#include <fcntl.h>
#include <thread>
#include <cstring>
#include <iostream>
#include <unistd.h>