aboutsummaryrefslogtreecommitdiff
path: root/src/lib/daemon_options.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/daemon_options.c')
-rw-r--r--src/lib/daemon_options.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/daemon_options.c b/src/lib/daemon_options.c
index 04c9cb2f..fa84fe83 100644
--- a/src/lib/daemon_options.c
+++ b/src/lib/daemon_options.c
@@ -233,7 +233,7 @@ MHD_daemon_listen_backlog (struct MHD_Daemon *daemon,
233 * If present true, allow reusing address:port socket (by using 233 * If present true, allow reusing address:port socket (by using
234 * SO_REUSEPORT on most platform, or platform-specific ways). If 234 * SO_REUSEPORT on most platform, or platform-specific ways). If
235 * present and set to false, disallow reusing address:port socket 235 * present and set to false, disallow reusing address:port socket
236 * (does nothing on most plaform, but uses SO_EXCLUSIVEADDRUSE on 236 * (does nothing on most platform, but uses SO_EXCLUSIVEADDRUSE on
237 * Windows). 237 * Windows).
238 * Ineffective in conjunction with #MHD_daemon_listen_socket(). 238 * Ineffective in conjunction with #MHD_daemon_listen_socket().
239 * 239 *
@@ -248,7 +248,7 @@ MHD_daemon_listen_allow_address_reuse (struct MHD_Daemon *daemon)
248 248
249/** 249/**
250 * Use SHOUTcast. This will cause the response to begin 250 * Use SHOUTcast. This will cause the response to begin
251 * with the SHOUTcast "ICY" line instad of "HTTP". 251 * with the SHOUTcast "ICY" line instead of "HTTP".
252 * 252 *
253 * @param daemon daemon to set SHOUTcast option for 253 * @param daemon daemon to set SHOUTcast option for
254 */ 254 */
@@ -452,7 +452,7 @@ MHD_daemon_tls_mem_dhparams (struct MHD_Daemon *daemon,
452 452
453/** 453/**
454 * Memory pointer for the certificate (ca.pem) to be used by the 454 * Memory pointer for the certificate (ca.pem) to be used by the
455 * HTTPS daemon for client authentification. 455 * HTTPS daemon for client authentication.
456 * 456 *
457 * @param daemon daemon to configure tls for 457 * @param daemon daemon to configure tls for
458 * @param mem_trust memory pointer to the certificate 458 * @param mem_trust memory pointer to the certificate
@@ -707,7 +707,7 @@ MHD_daemon_unescape_cb (struct MHD_Daemon *daemon,
707/** 707/**
708 * Set random values to be used by the Digest Auth module. Note that 708 * Set random values to be used by the Digest Auth module. Note that
709 * the application must ensure that @a buf remains allocated and 709 * the application must ensure that @a buf remains allocated and
710 * unmodified while the deamon is running. 710 * unmodified while the daemon is running.
711 * 711 *
712 * @param daemon daemon to configure 712 * @param daemon daemon to configure
713 * @param buf_size number of bytes in @a buf 713 * @param buf_size number of bytes in @a buf