From 9cd3767050a1ac03fdc730d7c739a15d1a7e97f6 Mon Sep 17 00:00:00 2001 From: ftillier Date: Mon, 10 Apr 2006 19:31:42 +0000 Subject: [PATCH] [WSD] Set default polling count from 0 to 500 This changes the default behavior of the provider to favor latency at the cost of CPU utilization. This was disabled previously because of bugs in the WinSock DLL that have been fixed in hotfix KB901481. git-svn-id: svn://openib.tc.cornell.edu/gen1@307 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86 --- trunk/ulp/wsd/user/ibspdll.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/ulp/wsd/user/ibspdll.c b/trunk/ulp/wsd/user/ibspdll.c index 08bf8a13..aa0f3891 100644 --- a/trunk/ulp/wsd/user/ibspdll.c +++ b/trunk/ulp/wsd/user/ibspdll.c @@ -51,7 +51,7 @@ static const GUID provider_guid = { static DWORD no_read = 0; uint32_t g_max_inline = 0xFFFFFFFF; -uint32_t g_max_poll = 0; +uint32_t g_max_poll = 500; /* -- 2.41.0