We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 866ec67 commit 5ae7ff6Copy full SHA for 5ae7ff6
2 files changed
kernel-config
@@ -17,5 +17,6 @@ CONFIG_CMDLINE="idle=poll nmi_watchdog=0 acpi_irq_nobalance skew_tick=1 nosoftlo
17
# CONFIG_CMDLINE_OVERRIDE is not set
18
19
CONFIG_TCP_CONG_BBR=y
20
+# CONFIG_DEFAULT_CUBIC is not set
21
CONFIG_DEFAULT_BBR=y
22
CONFIG_DEFAULT_TCP_CONG="bbr"
package/network/config/firewall/files/firewall.config
@@ -3,6 +3,7 @@ config defaults
3
option input ACCEPT
4
option output ACCEPT
5
option forward REJECT
6
+ option fullcone 1
7
# Uncomment this line to disable ipv6 rules
8
# option disable_ipv6 1
9
0 commit comments