Kea
3.1.9
wire_data.h
Go to the documentation of this file.
1
// Copyright (C) 2022-2025 Internet Systems Consortium, Inc. ("ISC")
2
//
3
// This Source Code Form is subject to the terms of the Mozilla Public
4
// License, v. 2.0. If a copy of the MPL was not distributed with this
5
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
6
7
#ifndef WIRE_DATA_H
8
#define WIRE_DATA_H
9
10
#include <boost/shared_ptr.hpp>
11
#include <vector>
12
13
namespace
isc
{
14
namespace
tcp
{
15
17
typedef
std::vector<uint8_t>
WireData
;
18
typedef
boost::shared_ptr<WireData>
WireDataPtr
;
19
20
}
// end of namespace isc::tcp
21
}
// end of namespace isc
22
23
#endif
isc::tcp
Definition
mt_tcp_listener_mgr.cc:23
isc::tcp::WireData
std::vector< uint8_t > WireData
Defines a data structure for storing raw bytes of data on the wire.
Definition
wire_data.h:17
isc::tcp::WireDataPtr
boost::shared_ptr< WireData > WireDataPtr
Definition
wire_data.h:18
isc
Defines the logger used by the top-level component of kea-lfc.
Definition
check_exists_add.cc:18
src
lib
tcp
wire_data.h
Generated on
for Kea by
1.14.0