Commit 8559770c authored by Pieter Hintjens's avatar Pieter Hintjens

Problem: in builds/gyp, socket limit is 4K on Windows

Solution: raise to 16K
parent 4a481c85
...@@ -22,7 +22,9 @@ ...@@ -22,7 +22,9 @@
[ 'OS=="win"', { [ 'OS=="win"', {
'defines': [ 'defines': [
'ZMQ_HAVE_WINDOWS=1', 'ZMQ_HAVE_WINDOWS=1',
'ZMQ_STATIC' 'ZMQ_STATIC',
'FD_SETSIZE=16384',
'_CRT_SECURE_NO_WARNINGS'
], ],
'libraries': [ 'libraries': [
'ws2_32', 'ws2_32',
......
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