#include "include.h" #include class SocketData { public: int fd; bool nonblocking; std::vector data; int buffsz; };