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

@@ -56,6 +56,7 @@
#include "lwip/ip_frag.h"
#include "lwip/snmp_structs.h"
#include "lwip/snmp_msg.h"
#include "lwip/dns.h"
#include <string.h>