#include "nextnode.hpp" using namespace boost::asio::ip; NextNode::NextNode(tcp::socket&& socket) : Client(std::move(socket)) {}