From 30e5872b17f03362f8a7f282ad8f318222ac0e2b Mon Sep 17 00:00:00 2001
From: Zooko O'Whielacronx <zooko@allmydata.com>
Date: Thu, 19 Apr 2007 20:07:57 -0700
Subject: [PATCH] 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

---
 GNUmakefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/GNUmakefile b/GNUmakefile
index f08d46d1..426c3caf 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -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),)
-- 
2.45.2