Skip to content

Commit

Permalink
chickernel_defconfig: disable support for syncookies
Browse files Browse the repository at this point in the history
* Syncookies can degrade performance under certain scenarios, and interfere with TCP exensions/features

* Typically, android devices are not targeted by SYN flood attacks, and are often behind a firewall and NAT devices, making this feature less-useful.

Signed-off-by: chickendrop89 <chickendrop89@gmail.com>
  • Loading branch information
chickendrop89 committed Nov 25, 2024
1 parent 19d9434 commit 172bb1c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/arm64/configs/chickernel_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ CONFIG_IP_MULTIPLE_TABLES=y
CONFIG_NET_IPIP=y
CONFIG_NET_IPGRE_DEMUX=y
CONFIG_NET_IPGRE=y
CONFIG_SYN_COOKIES=y
CONFIG_NET_IPVTI=y
CONFIG_INET_ESP=y
CONFIG_INET_UDP_DIAG=y
Expand Down

0 comments on commit 172bb1c

Please sign in to comment.