gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r36907 - libmicrohttpd/src/microhttpd


From: gnunet
Subject: [GNUnet-SVN] r36907 - libmicrohttpd/src/microhttpd
Date: Fri, 19 Feb 2016 16:32:37 +0100

Author: Karlson2k
Date: 2016-02-19 16:32:37 +0100 (Fri, 19 Feb 2016)
New Revision: 36907

Modified:
   libmicrohttpd/src/microhttpd/test_shutdown_select.c
Log:
Added more detailed description for test_shutdown_select.c

Modified: libmicrohttpd/src/microhttpd/test_shutdown_select.c
===================================================================
--- libmicrohttpd/src/microhttpd/test_shutdown_select.c 2016-02-16 05:41:21 UTC 
(rev 36906)
+++ libmicrohttpd/src/microhttpd/test_shutdown_select.c 2016-02-19 15:32:37 UTC 
(rev 36907)
@@ -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)
  */
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]