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
@ -23,4 +23,20 @@ config WEBCLIENT_TIMEOUT
|
|||||||
int "Request and receive timeouts"
|
int "Request and receive timeouts"
|
||||||
default 10
|
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
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user