Initial implementation of an async DNS client API with getaddrinfo + pthreads.

This commit is contained in:
Jan Vidar Krey
2012-10-24 23:19:14 +02:00
parent 19559f4974
commit 793790d089
7 changed files with 521 additions and 8 deletions

View File

@@ -146,6 +146,9 @@ int net_backend_process()
return 0;
}
// Process pending DNS results
net_dns_process();
g_backend->handler.backend_process(g_backend->data, res);
net_cleanup_process(g_backend->cleaner);