ARM: rv1106_defconfig: Set CONFIG_INET_TABLE_PERTURB_ORDER=8

On embedded systems with little memory and no relevant
security concerns, it is beneficial to reduce the size
of the table.

Reducing the size from 2^16 to 2^8 saves 255 KiB
of kernel RAM.

Fixes: 7e8eaa939e ("tcp: configurable source port perturb table size")
Signed-off-by: Tao Huang <huangtao@rock-chips.com>
Change-Id: I5da1509bbc7b539c367b696bccc67722863cafbe
This commit is contained in:
Tao Huang
2023-03-14 16:21:10 +08:00
parent ee1d33de8b
commit a60b314732

View File

@@ -53,6 +53,7 @@ CONFIG_NET=y
CONFIG_PACKET=y
CONFIG_UNIX=y
CONFIG_INET=y
CONFIG_INET_TABLE_PERTURB_ORDER=8
# CONFIG_INET_DIAG is not set
# CONFIG_IPV6 is not set
# CONFIG_WIRELESS is not set