changed the writability checker to use poll() to handle a high file descroptor in httpd-std.c.
added server.backlog-size option for httpd servers
This commit is contained in:
@ -772,6 +772,7 @@ struct qse_httpd_server_dope_t
|
||||
int flags; /* bitwise-ORed of qse_httpd_server_flag_t */
|
||||
qse_nwad_t nwad; /* binding address */
|
||||
unsigned int nwif; /* interface number to bind to */
|
||||
int backlog_size; /* backlog size for the listen call */
|
||||
qse_httpd_server_detach_t detach; /* executed when the server is detached */
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user