From: Sven Dietricht Date: Wed, 17 Nov 1999 21:06:10 +0000 (-0000) Subject: recvbuff.c: X-Git-Tag: NTP_4_0_98_G~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d2e19a57e9be1aa91e708b088d97e48cd28752b;p=thirdparty%2Fntp.git recvbuff.c: No longer using events associated with packet buffers, because Windows seems to be losing too many somewhere. bk: 383318c2225rpzKLNaDVg_g0sJWWqw --- diff --git a/libntp/recvbuff.c b/libntp/recvbuff.c index 37166a4a5c..4b07734cce 100644 --- a/libntp/recvbuff.c +++ b/libntp/recvbuff.c @@ -63,7 +63,7 @@ initialise_buffer(struct recvbuf *buff) memset((char *) buff, 0, sizeof(struct recvbuf)); #if defined HAVE_IO_COMPLETION_PORT - buff->iocompletioninfo.overlapped.hEvent = CreateEvent(NULL, FALSE,FALSE, NULL); + /*buff->iocompletioninfo.overlapped.hEvent = CreateEvent(NULL, FALSE,FALSE, NULL); */ buff->wsabuff.len = RX_BUFF_SIZE; buff->wsabuff.buf = (char *) buff->recv_buffer; #endif