Chops Net IP
|
Function declarations and implementations that create and start shared test msg handling objects. More...
#include <string_view>
#include <cstddef>
#include "asio/ip/udp.hpp"
#include "net_ip/io_type_decls.hpp"
#include "shared_test/msg_handling.hpp"
Go to the source code of this file.
Typedefs | |
using | chops::test::tcp_msg_hdlr = msg_hdlr<chops::net::tcp_io> |
using | chops::test::udp_msg_hdlr = msg_hdlr<chops::net::udp_io> |
using | chops::test::tcp_fixed_size_msg_hdlr = fixed_size_msg_hdlr<chops::net::tcp_io> |
using | chops::test::udp_fixed_size_msg_hdlr = fixed_size_msg_hdlr<chops::net::udp_io> |
Variables | |
constexpr int | chops::test::udp_max_buf_size = 65507 |
Function declarations and implementations that create and start shared test msg handling objects.
These functions are split out from msg_handling.hpp
because they bring in more dependencies. In particular, chops::net::tcp_io
and chops::net::udp_io
declarations are needed, which bring in tcp_io
and udp_entity_io
headers in the detail
directory.
Copyright (c) 2018-2019 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)