Chops Net IP
Loading...
Searching...
No Matches

TCP acceptor, for internal use. More...

#include "asio/ip/tcp.hpp"
#include "asio/io_context.hpp"
#include "asio/post.hpp"
#include <system_error>
#include <memory>
#include <vector>
#include <utility>
#include <cstddef>
#include <functional>
#include <string>
#include <string_view>
#include <future>
#include <chrono>
#include "net_ip/endpoints_resolver.hpp"
#include "net_ip/detail/tcp_io.hpp"
#include "net_ip/detail/net_entity_common.hpp"
#include "net_ip/basic_io_output.hpp"
Include dependency graph for tcp_acceptor.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  chops::net::detail::tcp_acceptor
 

Typedefs

using chops::net::detail::tcp_acceptor_shared_ptr = std::shared_ptr<tcp_acceptor>
 
using chops::net::detail::tcp_acceptor_weak_ptr = std::weak_ptr<tcp_acceptor>
 

Detailed Description

TCP acceptor, for internal use.

Note
For internal use only.
Author
Cliff Green

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)