Skip to content

Commit

Permalink
revyos_defconfig: enable TCP congestion control
Browse files Browse the repository at this point in the history
  • Loading branch information
0x754C authored and RevySR committed Aug 28, 2023
1 parent 0504ee6 commit 342da2e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/riscv/configs/revyos_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@ CONFIG_NETFILTER_XT_MATCH_ADDRTYPE=y
CONFIG_NETFILTER_XT_MATCH_CONNTRACK=y
CONFIG_NETFILTER_XT_MATCH_IPVS=y
CONFIG_NETFILTER_XT_MATCH_MARK=y
CONFIG_TCP_CONG_ADVANCED=y
CONFIG_TCP_CONG_CUBIC=y
CONFIG_TCP_CONG_WESTWOOD=m
CONFIG_TCP_CONG_BBR=m
CONFIG_IP_VS=y
CONFIG_IP_VS_PROTO_TCP=y
CONFIG_IP_VS_PROTO_UDP=y
Expand Down

0 comments on commit 342da2e

Please sign in to comment.