mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-26 23:01:04 +08:00
Problem: in builds/gyp, socket limit is 4K on Windows
Solution: raise to 16K
This commit is contained in:
parent
4a481c857f
commit
8559770cf3
@ -22,7 +22,9 @@
|
||||
[ 'OS=="win"', {
|
||||
'defines': [
|
||||
'ZMQ_HAVE_WINDOWS=1',
|
||||
'ZMQ_STATIC'
|
||||
'ZMQ_STATIC',
|
||||
'FD_SETSIZE=16384',
|
||||
'_CRT_SECURE_NO_WARNINGS'
|
||||
],
|
||||
'libraries': [
|
||||
'ws2_32',
|
||||
|
Loading…
x
Reference in New Issue
Block a user