TCP outgoing services.

git-svn-id: file:///svn/unbound/trunk@294 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards
2007-05-08 13:25:21 +00:00
parent ebd337689a
commit 6c3c370b2a
13 changed files with 420 additions and 19 deletions
+2 -1
View File
@@ -633,7 +633,8 @@ struct outside_network*
outside_network_create(struct comm_base* base, size_t bufsize,
size_t ATTR_UNUSED(num_ports), char** ATTR_UNUSED(ifs),
int ATTR_UNUSED(num_ifs), int ATTR_UNUSED(do_ip4),
int ATTR_UNUSED(do_ip6), int ATTR_UNUSED(port_base))
int ATTR_UNUSED(do_ip6), int ATTR_UNUSED(port_base),
size_t ATTR_UNUSED(num_tcp))
{
struct outside_network* outnet = calloc(1,
sizeof(struct outside_network));