GNU libmicrohttpd  0.9.29
MHD_DaemonInfo Union Reference

#include <microhttpd.h>

Data Fields

size_t key_size
 
size_t mac_key_size
 
MHD_socket listen_fd
 
unsigned int num_connections
 

Detailed Description

Information about an MHD daemon.

Definition at line 2688 of file microhttpd.h.

Field Documentation

◆ key_size

size_t MHD_DaemonInfo::key_size

Size of the key, no longer supported.

Definition at line 2694 of file microhttpd.h.

◆ listen_fd

MHD_socket MHD_DaemonInfo::listen_fd

Socket, returned for MHD_DAEMON_INFO_EPOLL_FD and MHD_DAEMON_INFO_LISTEN_FD.

Definition at line 2706 of file microhttpd.h.

◆ mac_key_size

size_t MHD_DaemonInfo::mac_key_size

Size of the mac key, no longer supported.

Definition at line 2700 of file microhttpd.h.

◆ num_connections

unsigned int MHD_DaemonInfo::num_connections

Number of active connections, for MHD_DAEMON_INFO_CURRENT_CONNECTIONS.

Definition at line 2711 of file microhttpd.h.


The documentation for this union was generated from the following file: