summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2016-02-19 15:32:37 +0000
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2016-02-19 15:32:37 +0000
commit6bda5e7fa7534122846e40e87517409d569490f5 (patch)
treea71167854558f2944f3ad864e6082cb71422f4c4
parente500b2830d8772fc42b4a1efff777e5ff8a2d29d (diff)
Added more detailed description for test_shutdown_select.c
-rw-r--r--src/microhttpd/test_shutdown_select.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/microhttpd/test_shutdown_select.c b/src/microhttpd/test_shutdown_select.c
index 8a374421..df36b49c 100644
--- a/src/microhttpd/test_shutdown_select.c
+++ b/src/microhttpd/test_shutdown_select.c
@@ -20,7 +20,12 @@
/**
* @file microhttpd/test_shutdown_select.c
- * @brief Test whether shutdown socket triggers select
+ * @brief Test whether shutdown socket triggers select()/poll()
+ * @details On some platforms shutting down the socket in one thread
+ * trigger select() or poll() waiting for this socket in
+ * other thread. libmicrohttpd depend on this behavior on
+ * those platforms. This program check whether select()
+ * and poll() (if available) works as expected.
* @author Karlson2k (Evgeny Grin)
*/