summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Hankins <dhankins@isc.org>2007-05-02 22:46:49 +0000
committerDavid Hankins <dhankins@isc.org>2007-05-02 22:46:49 +0000
commitf504c8f49ba6427db98b731e69b00d26ff79ad61 (patch)
treee483319a511bbb43010353ef55d6ef0c241c322e
parentd977ab3fcdfafe210709581fda1d69c572140fbf (diff)
downloadisc-dhcp-f504c8f49ba6427db98b731e69b00d26ff79ad61.tar.gz
- did not adjust IP ttl.
- did not adjust IP header copy-out to a structure - we did that already. - Ted has told me not to attribute his patches to him, because it might cost him his job. - slight reword
-rw-r--r--RELNOTES11
1 files changed, 6 insertions, 5 deletions
diff --git a/RELNOTES b/RELNOTES
index 94d5726f..38a555d4 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -81,11 +81,12 @@ and for prodding me into improving it.
Changes since 3.0.5
-- Assorted fixes for broken network devices: IP header length field is now
- determined from payload, because some NIC drivers return more data than
- they actually recived; IP and UDP packets now stored in aligned data
- structures; outgoing packet TTL increased from 16 to 128. Thanks to Ted
- Lemon for the patch.
+- Assorted fixes for broken network devices: Packet length is now
+ determined from the IP header length field to finally calculate the
+ UDP payload length, because some NIC drivers return more data than
+ they actually recived.
+
+- UDP packets are now stored in aligned data structures.
- Allow trace output files (-tf option) to be overwritten, rather than
crashing dhcpd if the file already exists