summaryrefslogtreecommitdiffstats
path: root/doc/devel
diff options
context:
space:
mode:
authorSuzanne Goldlust <sgoldlust@isc.org>2020-11-14 01:00:37 +0100
committerTomek Mrugalski <tomek@isc.org>2020-11-20 11:32:22 +0100
commit76b25d1836e64c14377f180f7103dd61b7513b06 (patch)
treeb49c0f1ee5e0b6c9ec11c6b80a34225f177ce18f /doc/devel
parentFix typos (diff)
downloadkea-76b25d1836e64c14377f180f7103dd61b7513b06.tar.xz
kea-76b25d1836e64c14377f180f7103dd61b7513b06.zip
Fix typos, and other text corrections
Mostly minor text fixups, with a few edits for clarity
Diffstat (limited to 'doc/devel')
-rw-r--r--doc/devel/congestion-handling.dox2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/devel/congestion-handling.dox b/doc/devel/congestion-handling.dox
index e5e44fe815..c5ba638419 100644
--- a/doc/devel/congestion-handling.dox
+++ b/doc/devel/congestion-handling.dox
@@ -52,7 +52,7 @@ The default packet queue implementation for both Kea DHCPv4 and DHCPv6 servers
is a simple ring buffer. Once it reaches capacity, new packets get added to
the back of queue by discarding packets from the front of queue. Rather than
always discarding the newest packets, we now always discard the oldest
-packets. The capacity of the buffer, (i.e the maximum number of packets the
+packets. The capacity of the buffer (i.e. the maximum number of packets the
buffer can contain) is configurable.
@section custom-implementations Custom Packet Queues