WEBBY - the embedded web server with many faces / objects in plain C Snapshot
Public Attributes
tagWEBBY_CONFIG Struct Reference

#include <webby.h>

List of all members.

Public Attributes

SOCKADDR listening_address
int listen_backlog
int socket_buffer_size
int max_connections
int io_timeout
int idle_timeout
int stack_pages_per_thread

Detailed Description

Definition at line 444 of file webby.h.


Member Data Documentation

idle timeout in seconds - if connection that inactive for more than this value between requests then connection will be close

Definition at line 462 of file webby.h.

read / write timeout in seconds.

Definition at line 459 of file webby.h.

listen(2) backlog parameter

Definition at line 450 of file webby.h.

listening address

Definition at line 447 of file webby.h.

maximum number of connections supported at the same time

Definition at line 456 of file webby.h.

socket buffer size, in bytes, for each client connection (both receive and send buffer sizes)

Definition at line 453 of file webby.h.

pages per thread

Definition at line 465 of file webby.h.


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