gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r20128 - libmicrohttpd/doc


From: gnunet
Subject: [GNUnet-SVN] r20128 - libmicrohttpd/doc
Date: Tue, 28 Feb 2012 20:21:32 +0100

Author: grothoff
Date: 2012-02-28 20:21:32 +0100 (Tue, 28 Feb 2012)
New Revision: 20128

Modified:
   libmicrohttpd/doc/microhttpd.texi
Log:
-clarify MHD_OPTION_SOCK_ADDR

Modified: libmicrohttpd/doc/microhttpd.texi
===================================================================
--- libmicrohttpd/doc/microhttpd.texi   2012-02-28 19:08:20 UTC (rev 20127)
+++ libmicrohttpd/doc/microhttpd.texi   2012-02-28 19:21:32 UTC (rev 20128)
@@ -481,7 +481,9 @@
 @code{struct sockaddr *}.  If @code{MHD_USE_IPv6} is specified, 
 the @code{struct sockaddr*} should point to a @code{struct sockaddr_in6}, 
 otherwise to a @code{struct sockaddr_in}.  If this option is not specified,
-the daemon will listen to incoming connections from anywhere.
+the daemon will listen to incoming connections from anywhere.  If you use this
+option, the 'port' argument from @code{MHD_start_daemon} is ignored and the 
port
+from the given @code{struct sockaddr *} will be used instead.
 
 @item MHD_OPTION_URI_LOG_CALLBACK
 @cindex debugging




reply via email to

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