77 const String& listenAddr = SocketAddress::ALL_LOCAL_ADDRESSES,
81 void doListenIPv4(UInt16 port,
int queueSize,
const String& listenAddr);
82#ifdef BLOCXX_HAVE_IPV6
84 void doListenIPv6(UInt16 port,
int queueSize,
const String& listenAddr);
86 void doListen(UInt16 port,
int queueSize=10,
87 const String& listenAddr = SocketAddress::ALL_LOCAL_ADDRESSES,
91 void doListenUDS(
const String& filename,
int queueSize=10,
92 bool reuseAddr =
true);
108#pragma warning (push)
109#pragma warning (disable: 4251)
113#if defined(BLOCXX_WIN32)