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:
Zooko O'Whielacronx 2007-04-19 20:07:57 -07:00
parent 491f96258e
commit 30e5872b17

View File

@ -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),)