mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-23 00:08:02 +02:00
Remove windows debug code.
This commit is contained in:
@@ -67,7 +67,6 @@ int main (void)
|
||||
for (count = 0; count < 1000; count++) {
|
||||
handle [count] = socket (AF_INET, SOCK_STREAM, IPPROTO_TCP);
|
||||
if (handle [count] == -1) {
|
||||
int err = ::WSAGetLastError();
|
||||
printf ("W: Only able to create %d sockets on this box\n", count);
|
||||
printf ("I: Tune your system to increase maximum allowed file handles\n");
|
||||
#if defined (ZMQ_HAVE_OSX)
|
||||
|
Reference in New Issue
Block a user