Mentioned DHCP DECLINE message bug fix.

This commit is contained in:
likewise 2003-11-28 14:26:32 +00:00
parent 6f04382f4e
commit 0fb33aebf6

View File

@ -2,11 +2,20 @@ TODO
* TODO: Fix unaligned 16-bit access in checksum routine.
* TODO: Fix assumptions on storage sizes wherever we cast.
* TODO: See why large ICMP (ping) packets do not work (fragmentation?).
HISTORY
(DEVEL)
++ Bug fixes:
* Fixed DHCP which did not include the IP address in DECLINE messages.
(STABLE-0_6_5)
++ Bug fixes:
* Fixed TCP bug induced by bad window resizing with unidirectional TCP traffic.
* Packets sent from ARP queue had invalid source hardware address.