[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
poll: add comment
From: |
Bruno Haible |
Subject: |
poll: add comment |
Date: |
Sun, 30 Jun 2019 14:49:03 +0200 |
User-agent: |
KMail/5.1.3 (Linux/4.4.0-151-generic; KDE/5.18.0; x86_64; ; ) |
2019-06-30 Bruno Haible <address@hidden>
poll: Add comment.
* lib/poll.c: Add comment about WSAPoll.
diff --git a/lib/poll.c b/lib/poll.c
index f6de24c..5d9150c 100644
--- a/lib/poll.c
+++ b/lib/poll.c
@@ -76,6 +76,13 @@
#ifdef WINDOWS_NATIVE
+/* Do *not* use the function WSAPoll
+
<https://docs.microsoft.com/en-us/windows/desktop/api/winsock2/nf-winsock2-wsapoll>
+ because there is a bug named “Windows 8 Bugs 309411 - WSAPoll does not
+ report failed connections” that Microsoft won't fix.
+ See Daniel Stenberg: "WASPoll is broken"
+ <https://daniel.haxx.se/blog/2012/10/10/wsapoll-is-broken/>. */
+
/* Here we need the recv() function from Windows, that takes a SOCKET as
first argument, not any possible gnulib override. */
# undef recv
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- poll: add comment,
Bruno Haible <=