Add tcpsocket.

TODO:
 * check for getaddrinfo() in configure
 * fallback if getaddrinfo() is unavailable
This commit is contained in:
Jonathan Schleifer 2012-09-30 00:34:49 +02:00
parent 0452bfc9ef
commit c18e55e2ff
6 changed files with 198 additions and 4 deletions

View file

@ -15,5 +15,6 @@
#include "refpool.h"
#include "stream.h"
#include "string.h"
#include "tcpsocket.h"
#endif