dhcp_unfold_reply() uses pbuf_copy_partial instead of its own copy algorithm; corrected some assert messages

This commit is contained in:
goldsimon
2007-11-25 11:51:44 +00:00
parent 4ac4d56b53
commit 1b208d0954
2 changed files with 24 additions and 39 deletions

View File

@@ -19,6 +19,10 @@ HISTORY
++ New features:
2007-11-25 Simon Goldschmidt
* dhcp.c: dhcp_unfold_reply() uses pbuf_copy_partial instead of its own copy
algorithm.
2007-11-24 Simon Goldschmidt
* netdb.h, netdb.c, sockets.h/.c: Moved lwip_gethostbyname from sockets.c
to the new file netdb.c; included lwip_getaddrinfo.