ported 1.4.4 branch changes (needs build checks and test runs!)

This commit is contained in:
Aleksandar Fabijanic
2012-05-19 03:04:51 +00:00
parent e5e3a57baf
commit 9b952a29c7
62 changed files with 1361 additions and 135 deletions

View File

@@ -59,7 +59,7 @@ RawSocket::RawSocket(IPAddress::Family family, int proto):
RawSocket::RawSocket(const SocketAddress& address, bool reuseAddress):
Socket(new RawSocketImpl)
Socket(new RawSocketImpl(address.family()))
{
bind(address, reuseAddress);
}