]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[1371] Review comments improving text
authorVicky Risk <vicky@isc.org>
Thu, 20 Aug 2020 20:01:47 +0000 (20:01 +0000)
committerVicky Risk <vicky@isc.org>
Thu, 20 Aug 2020 20:21:47 +0000 (20:21 +0000)
doc/sphinx/umls.rst

index e9d7ddad12b1ba90561f29ec39724a97ad2b2f33..dff46c4d9cf5902b9857c83fb2003edb209fc73e 100644 (file)
@@ -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.*