Commit a601b3f6 authored by Richard Newton's avatar Richard Newton

Remove windows debug code.

parent 7485b09c
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment