mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
add symbols in webclient kconfig
Signed-off-by: Andrés Sánchez Pascual <tito97_sp@hotmail.com>
This commit is contained in:
parent
82ee0d1e24
commit
03909627b9
1 changed files with 16 additions and 0 deletions
|
|
@ -23,4 +23,20 @@ config WEBCLIENT_TIMEOUT
|
|||
int "Request and receive timeouts"
|
||||
default 10
|
||||
|
||||
config WEBCLIENT_MAXHTTPLINE
|
||||
int "Max http line size"
|
||||
default 200
|
||||
|
||||
config WEBCLIENT_MAXMIMESIZE
|
||||
int "Max mime size"
|
||||
default 32
|
||||
|
||||
config WEBCLIENT_MAXHOSTNAME
|
||||
int "Max host name size"
|
||||
default 40
|
||||
|
||||
config WEBCLIENT_MAXFILENAME
|
||||
int "Max file name size"
|
||||
default 100
|
||||
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue