Fixed bug #27994: incorrect define for freeaddrinfo(addrinfo)

This commit is contained in:
goldsimon
2009-11-11 16:52:05 +00:00
parent 70b05c8096
commit 6f38b63a47
2 changed files with 4 additions and 1 deletions

View File

@@ -46,6 +46,9 @@ HISTORY
++ Bugfixes:
2009-11-11: Simon Goldschmidt
* netdb.h: Fixed bug #27994: incorrect define for freeaddrinfo(addrinfo)
2009-10-30: Simon Goldschmidt
* opt.h: Increased default value for TCP_MSS to 536, updated default
value for TCP_WND to 4*TCP_MSS to keep delayed ACK working.