#include "configr_assign.hpp"
#include "wesnothd_connection_error.hpp"
#include <boost/asio/io_context.hpp>
#include <boost/asio/ip/tcp.hpp>
#include <boost/asio/streambuf.hpp>
#include <boost/asio/ssl.hpp>
#include <condition_variable>
#include <future>
#include <list>
#include <mutex>
#include <queue>
#include <thread>
Go to the source code of this file.
Classes | |
class | wesnothd_connection |
A class that represents a TCP/IP connection to the wesnothd server. More... | |