No longer using events associated with packet buffers,
because Windows seems to be losing too many somewhere.
bk: 383318c2225rpzKLNaDVg_g0sJWWqw
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