From 215df01de40bfefc32c86c73e4acbca1bbb74329 Mon Sep 17 00:00:00 2001 From: Rasmus Villemoes Date: Fri, 7 Feb 2020 15:17:42 +0000 Subject: net: convert NET_MAXDEFRAG to Kconfig Signed-off-by: Rasmus Villemoes Reviewed-by: Simon Glass --- net/Kconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'net/Kconfig') diff --git a/net/Kconfig b/net/Kconfig index a07f6746c5..96bbce1778 100644 --- a/net/Kconfig +++ b/net/Kconfig @@ -29,6 +29,16 @@ config IP_DEFRAG Selecting this will enable IP datagram reassembly according to the algorithm in RFC815. +config NET_MAXDEFRAG + int "Size of buffer used for IP datagram reassembly" + depends on IP_DEFRAG + default 16384 + range 1024 65536 + help + This defines the size of the statically allocated buffer + used for reassembly, and thus an upper bound for the size of + IP datagrams that can be received. + config TFTP_BLOCKSIZE int "TFTP block size" default 1468 -- cgit v1.2.3