mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-04 14:29:39 +00:00
Documented latest fixes in HEAD.
This commit is contained in:
parent
237b5a2467
commit
7dc51270ee
13
CHANGELOG
13
CHANGELOG
@ -1,4 +1,4 @@
|
||||
TODO
|
||||
FUTURE
|
||||
|
||||
* TODO: The lwIP source code makes some invalid assumptions on processor
|
||||
word-length, storage sizes and alignment. See the mailing lists for
|
||||
@ -7,6 +7,17 @@ TODO
|
||||
|
||||
HISTORY
|
||||
|
||||
(HEAD)
|
||||
|
||||
++ Bug fixes:
|
||||
|
||||
2004-04-23 Leon Woestenberg <leon.woestenberg@gmx.net>
|
||||
* ip_addr.c: Fix in the ip_addr_isbroadcast() check.
|
||||
* etharp.c: Fixed the case where the packet that initiates the ARP request
|
||||
is not queued, and gets lost. Fixed the case where the packets destination
|
||||
address is already known; we now always queue the packet and perform an ARP
|
||||
request.
|
||||
|
||||
(STABLE-0_7_0)
|
||||
|
||||
++ Bug fixes:
|
||||
|
Loading…
Reference in New Issue
Block a user