mirror of
https://github.com/zeromq/libzmq.git
synced 2025-01-15 02:07:59 +08:00
Remove windows debug code.
This commit is contained in:
parent
7485b09cba
commit
a601b3f6f4
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user