#include <microhttpd.h>
Data Fields | |
size_t | key_size |
size_t | mac_key_size |
int | listen_fd |
Information about an MHD daemon.
Definition at line 1266 of file microhttpd.h.
size_t MHD_DaemonInfo::key_size |
Size of the key (unit??)
Definition at line 1271 of file microhttpd.h.
Listen socket file descriptor
Definition at line 1281 of file microhttpd.h.
size_t MHD_DaemonInfo::mac_key_size |
Size of the mac key (unit??)
Definition at line 1276 of file microhttpd.h.