Network Services API
2.75.00.17
|
HTTPServer instance create parameters. More...
#include <ti/net/http/httpserver.h>
Data Fields | |
int | timeout |
Receive timeout, in seconds. More... | |
int | maxLineLen |
Maximum characters in a request header line. More... | |
int | maxURILen |
Maximum characters in a URI request. More... | |
int | maxSessions |
Maximum number of active sessions. More... | |
HTTPServer instance create parameters.
int HTTPServer_Params::timeout |
Receive timeout, in seconds.
int HTTPServer_Params::maxLineLen |
Maximum characters in a request header line.
int HTTPServer_Params::maxURILen |
Maximum characters in a URI request.
int HTTPServer_Params::maxSessions |
Maximum number of active sessions.
maxSessions
clients connected, the oldest connection will be dropped to make room for the new one.