aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-03-21 13:18:48 +0100
committerChristian Grothoff <christian@grothoff.org>2017-03-21 14:15:52 +0100
commit6b03d68f07ea0c79ef11eda13cf938c5e4285df4 (patch)
tree9048de55178cdd0ea3a3130a0d3472b7ce506ac1 /doc
parent93fad63d2bad33c56bb22534966532fa6912578a (diff)
downloadlibmicrohttpd-6b03d68f07ea0c79ef11eda13cf938c5e4285df4.tar.gz
libmicrohttpd-6b03d68f07ea0c79ef11eda13cf938c5e4285df4.zip
document MHD_CONNECTION_INFO_CONNECTION_TIMEOUT in manual
Diffstat (limited to 'doc')
-rw-r--r--doc/libmicrohttpd.texi8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/libmicrohttpd.texi b/doc/libmicrohttpd.texi
index 82d9f415..1d6438d9 100644
--- a/doc/libmicrohttpd.texi
+++ b/doc/libmicrohttpd.texi
@@ -2814,6 +2814,14 @@ socket was first accepted. Note that this is NOT the same as the
2814 2814
2815Takes no extra arguments. 2815Takes no extra arguments.
2816 2816
2817@item MHD_CONNECTION_INFO_TIMEOUT
2818Returns pointer to an @code{unsigned int} that is the current timeout
2819used for the connection (in seconds, 0 for no timeout). Note that
2820while suspended connections will not timeout, the timeout value
2821returned for suspended connections will be the timeout that the
2822connection will use after it is resumed, and thus might not be zero.
2823
2824Takes no extra arguments.
2817@end table 2825@end table
2818@end deftp 2826@end deftp
2819 2827