Let netdb use a memp pool for allocating memory when getaddrinfo() is called.

This commit is contained in:
goldsimon
2010-02-01 21:04:29 +00:00
parent 81c5d9e983
commit a66039b86c
6 changed files with 31 additions and 8 deletions

View File

@@ -19,6 +19,10 @@ HISTORY
++ New features:
2010-02-01: Simon Goldschmidt
* opt.h, memp_std.h, dns.h, netdb.c, memp.c: Let netdb use a memp pool
for allocating memory when getaddrinfo() is called.
2010-01-31: Simon Goldschmidt
* dhcp.h, dhcp.c: Reworked the code that parses DHCP options: parse
them once instead of parsing for every option. This also removes