Chops Net IP
|
TCP connector class, for internal use. More...
#include "asio/ip/tcp.hpp"
#include "asio/post.hpp"
#include "asio/connect.hpp"
#include "asio/io_context.hpp"
#include "asio/ip/basic_resolver.hpp"
#include "asio/steady_timer.hpp"
#include <system_error>
#include <vector>
#include <memory>
#include <chrono>
#include <future>
#include <cstddef>
#include "net_ip/detail/tcp_io.hpp"
#include "net_ip/detail/net_entity_common.hpp"
#include "net_ip/basic_io_output.hpp"
#include "net_ip/endpoints_resolver.hpp"
#include "net_ip/tcp_connector_timeout.hpp"
Go to the source code of this file.
Classes | |
class | chops::net::detail::tcp_connector |
Typedefs | |
using | chops::net::detail::tcp_connector_shared_ptr = std::shared_ptr<tcp_connector> |
using | chops::net::detail::tcp_connector_weak_ptr = std::weak_ptr<tcp_connector> |
TCP connector class, for internal use.
Copyright (c) 2018-2025 by Cliff Green
Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE.txt or copy at http://www.boost.org/LICENSE_1_0.txt)