Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Kea
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
416
Issues
416
List
Boards
Labels
Service Desk
Milestones
Merge Requests
68
Merge Requests
68
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
ISC Open Source Projects
Kea
Commits
34239554
Commit
34239554
authored
Dec 07, 2018
by
Thomas Markwalder
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[
#278
,
!162
] Minor doxygen clean up
parent
78bd0adf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
10 deletions
+1
-10
doc/devel/congestion-handling.dox
doc/devel/congestion-handling.dox
+1
-1
src/lib/dhcp/packet_queue_ring.h
src/lib/dhcp/packet_queue_ring.h
+0
-9
No files found.
doc/devel/congestion-handling.dox
View file @
34239554
...
...
@@ -144,7 +144,7 @@ an isc::data::MapElement instance containing the contents of the configuration
element "dhcp-queue-control" from the Kea server's configuration. It will
always have the following two values:
-# "
queue-enabl
e" - used by isc::dhcp::IfaceMgr to know whether or not
-# "
enable-queu
e" - used by isc::dhcp::IfaceMgr to know whether or not
congestion handling is enabled. Your implementation need not do anything
with this value.
...
...
src/lib/dhcp/packet_queue_ring.h
View file @
34239554
...
...
@@ -73,9 +73,6 @@ public:
/// that the packet has NOT been unpacked at this point. The default
/// implementation simply returns false (i.e. keep the packet).
///
/// @param packet the packet under consideration
/// @param source the socket the packet came from
///
/// @return true if the packet should be dropped, false if it should be
/// kept.
virtual
bool
shouldDropPacket
(
PacketTypePtr
/* packet */
,
...
...
@@ -92,12 +89,6 @@ public:
/// based on their own requirements. The default implemenation is to
/// to simply return without skipping any packets.
///
/// @param from end of the queue from which packets should discarded
/// This is passed in from @c dequeuePackets.
///
/// @param from specifies the end of the queue from which packets
/// should be discarded.
///
/// @return The number of packets discarded.
virtual
int
eatPackets
(
const
QueueEnd
&
/* from */
)
{
return
(
0
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment