| Chops Net IP
    | 
Internal class that combines a UDP entity and UDP io handler. More...
#include "asio/io_context.hpp"#include "asio/post.hpp"#include "asio/ip/udp.hpp"#include "asio/buffer.hpp"#include <memory>#include <system_error>#include <cstddef>#include <utility>#include <functional>#include <future>#include "net_ip/detail/io_common.hpp"#include "net_ip/detail/net_entity_common.hpp"#include "net_ip/queue_stats.hpp"#include "net_ip/net_ip_error.hpp"#include "net_ip/basic_io_output.hpp"#include "net_ip/endpoints_resolver.hpp"#include "buffer/shared_buffer.hpp"

Go to the source code of this file.
| Classes | |
| struct | chops::net::detail::udp_queue_element | 
| class | chops::net::detail::udp_entity_io | 
| Typedefs | |
| using | chops::net::detail::udp_entity_io_shared_ptr = std::shared_ptr<udp_entity_io> | 
| using | chops::net::detail::udp_entity_io_weak_ptr = std::weak_ptr<udp_entity_io> | 
Internal class that combines a UDP entity and UDP io handler.
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)