blob: 867643a8f4b18aa8f6455879a9512a843dae52f0 [file] [log] [blame]
# Private config options for this sample app
# Copyright (c) 2019 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
mainmenu "Networking dumb-http-server-mt sample application"
config NET_SAMPLE_NUM_HANDLERS
int "How many connections to serve at the same time"
default 2
help
Each connection is served by a thread which needs
memory. Only increase the value here if really needed.
source "Kconfig.zephyr"