mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-18 02:40:07 +00:00
use select reactor instead of iocp reactor on Windows
Good: this makes it pass all the current unit tests Bad: this makes it limited to around 100 simultaneous peers
This commit is contained in:
parent
491f96258e
commit
30e5872b17
@ -20,7 +20,7 @@ else
|
||||
ifeq ($(PLAT),win32)
|
||||
# The platform is Windows with cygwin build tools and the native Python interpreter.
|
||||
EXTRA_SETUP_ARGS=build -c mingw32
|
||||
REACTOR=iocp
|
||||
REACTOR=select
|
||||
INSTDIR := $(shell cygpath -w $(INSTDIR))
|
||||
TRIALPATH := $(shell cygpath -w $(TRIALPATH))
|
||||
ifneq ($(PYTHONPATH),)
|
||||
|
Loading…
Reference in New Issue
Block a user