Skip to content

Commit 5ae7ff6

Browse files
committed
Enable fullcone and bbr by default
1 parent 866ec67 commit 5ae7ff6

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

kernel-config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,6 @@ CONFIG_CMDLINE="idle=poll nmi_watchdog=0 acpi_irq_nobalance skew_tick=1 nosoftlo
1717
# CONFIG_CMDLINE_OVERRIDE is not set
1818

1919
CONFIG_TCP_CONG_BBR=y
20+
# CONFIG_DEFAULT_CUBIC is not set
2021
CONFIG_DEFAULT_BBR=y
2122
CONFIG_DEFAULT_TCP_CONG="bbr"

package/network/config/firewall/files/firewall.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ config defaults
33
option input ACCEPT
44
option output ACCEPT
55
option forward REJECT
6+
option fullcone 1
67
# Uncomment this line to disable ipv6 rules
78
# option disable_ipv6 1
89

0 commit comments

Comments
 (0)