-
CONFIG_HTTP_SERVER_CONNECTIONS
¶
Max number of concurrent HTTP server connections
Type: int
Help¶
This value determines how many simultaneous HTTP connections the HTTP server can serve. Note that only 1 HTTPS connection can be served at a time, so set CONFIG_NET_APP_SERVER_NUM_CONN and CONFIG_NET_TCP_BACKLOG_SIZE to 1 in that case.
Direct dependencies¶
HTTP_SERVER
&& HTTP
&& NETWORKING
(Includes any dependencies from if’s and menus.)
Defaults¶
NET_APP_SERVER_NUM_CONN
ifHTTP_SERVER
&&HTTP
&&NETWORKING
Kconfig definition¶
At subsys/net/lib/http/Kconfig:45
Included via Kconfig:10
→ Kconfig.zephyr:35
→ subsys/Kconfig:22
→ subsys/net/Kconfig:93
→ subsys/net/lib/Kconfig:15
Menu path: (top menu) → Networking → Network Protocols
config HTTP_SERVER_CONNECTIONS int prompt "Max number of concurrent HTTP server connections" ifHTTP_SERVER
&&HTTP
&&NETWORKING
defaultNET_APP_SERVER_NUM_CONN
ifHTTP_SERVER
&&HTTP
&&NETWORKING
depends onHTTP_SERVER
&&HTTP
&&NETWORKING
help This value determines how many simultaneous HTTP connections the HTTP server can serve. Note that only 1 HTTPS connection can be served at a time, so set CONFIG_NET_APP_SERVER_NUM_CONN and CONFIG_NET_TCP_BACKLOG_SIZE to 1 in that case.
(Definitions include propagated dependencies, including from if’s and menus.)