Commit de4bfb19 authored by Lu Wei's avatar Lu Wei Committed by Dong Chenchen
Browse files

tcp_comp: modify default value of TCP_COMP to n

hulk inclusion
category: feature
bugzilla: 187986, https://gitee.com/openeuler/kernel/issues/I9K8D1



-------------------------------

Modify default value of TCP_COMP to n.

Signed-off-by: default avatarLu Wei <luwei32@huawei.com>
Signed-off-by: default avatarDong Chenchen <dongchenchen2@huawei.com>
parent 2603b39b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -757,6 +757,7 @@ config TCP_COMP
	bool "TCP: Transport Layer Compression support"
	depends on CRYPTO_ZSTD=y
	select STREAM_PARSER
	default n
	help
          Enable kernel payload compression support for TCP protocol. This allows
          payload compression handling of the TCP protocol to be done in-kernel.