(svn r16000) -Feature: IPv6 support

This commit is contained in:
rubidium
2009-04-09 01:22:45 +00:00
parent 7118c48b98
commit c0f9af5607
4 changed files with 5 additions and 4 deletions

View File

@@ -30,6 +30,7 @@ NetworkUDPSocketHandler::NetworkUDPSocketHandler(NetworkAddressList *bind)
* resolving it we need to add an address for each of
* the address families we support. */
*this->bind.Append() = NetworkAddress(NULL, 0, AF_INET);
*this->bind.Append() = NetworkAddress(NULL, 0, AF_INET6);
}
}