Chops Net IP
|
A class template that manages a collection of basic_io_output
objects and provides "send to all" functionality.
More...
#include <cstddef>
#include <utility>
#include <mutex>
#include <vector>
#include "net_ip/basic_io_interface.hpp"
#include "net_ip/basic_io_output.hpp"
#include "net_ip_component/output_queue_stats.hpp"
#include "buffer/shared_buffer.hpp"
Go to the source code of this file.
Classes | |
class | chops::net::send_to_all< IOT > |
Manage a collection of basic_io_output objects and provide a way to send data to all. or to all except a specific object. More... | |
A class template that manages a collection of basic_io_output
objects and provides "send to all" functionality.
The "send to all but one" functionality added by Thurman in Oct, 2019.
Copyright (c) 2019-2025 by Cliff Green, Thurman Gillespy
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)