Kea 2.5.8
packet_queue_mgr4.h
Go to the documentation of this file.
1// Copyright (C) 2018 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 PACKET_QUEUE_MGR4_H
8#define PACKET_QUEUE_MGR4_H
9
11
12#include <boost/scoped_ptr.hpp>
13
14namespace isc {
15namespace dhcp {
16
22class PacketQueueMgr4 : public PacketQueueMgr<PacketQueue4Ptr> {
23
24public:
26 static const std::string DEFAULT_QUEUE_TYPE4;
27
30
32 virtual ~PacketQueueMgr4(){}
33};
34
36typedef boost::shared_ptr<PacketQueueMgr4> PacketQueueMgr4Ptr;
37
38
39} // end of namespace isc::dhcp
40} // end of namespace isc
41
42#endif // PACKET_QUEUE_MGR4_H
Packet Queue Manager for DHPCv4 servers.
PacketQueueMgr4()
It registers a default factory for DHCPv4 queues.
virtual ~PacketQueueMgr4()
virtual Destructor
static const std::string DEFAULT_QUEUE_TYPE4
Logical name of the pre-registered, default queue implementation.
Packet Queue Managers (PQM).
boost::shared_ptr< PacketQueueMgr4 > PacketQueueMgr4Ptr
Defines a shared pointer to PacketQueueMgr4.
Defines the logger used by the top-level component of kea-lfc.