From: Vicky Risk Date: Thu, 20 Aug 2020 20:01:47 +0000 (+0000) Subject: [1371] Review comments improving text X-Git-Tag: Kea-1.8.0~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3763a198da1a97434f8a34c0663e2ed2f1757a7;p=thirdparty%2Fkea.git [1371] Review comments improving text --- diff --git a/doc/sphinx/umls.rst b/doc/sphinx/umls.rst index e9d7ddad12..dff46c4d9c 100644 --- a/doc/sphinx/umls.rst +++ b/doc/sphinx/umls.rst @@ -33,7 +33,7 @@ The main loop is common to both DHCPv4 and DHPCv6 servers. DHCPv4 Packet Processing ^^^^^^^^^^^^^^^^^^^^^^^^ -Next is the DHCPv4 packet processing, where we determine what sort of DHCP message this is, Discover, Request, Release, Decline or Inform. The server itself sends the Offer and Acknowledge messages, so these are two of the classic DORA sequence that the server does not have to parse. +Next is the DHCPv4 packet processing, where we determine what sort of DHCP message this is, Discover, Request, Release, Decline or Inform. This diagram shows the general, high level flow for processing an inbound client DHCP packet (e.g. Discover, Request, Release, etc) from receipt to the server's response.. .. figure:: uml/packet4.*