Chops Net IP
|
Declarations and implementations for variable length binary messages. More...
#include <cstddef>
#include <cstdint>
#include <cassert>
#include <limits>
Go to the source code of this file.
Classes | |
struct | chops::example::msg_hdlr< IOT > |
Typedefs | |
using | chops::example::tcp_msg_hdlr = msg_hdlr<chops::net::tcp_io> |
using | chops::example::udp_msg_hdlr = msg_hdlr<chops::net::udp_io> |
Variables | |
constexpr int | chops::example::udp_max_buf_size = 65507 |
Declarations and implementations for variable length binary messages.
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)