aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Tuexen <tuexen@FreeBSD.org>2022-10-10 13:40:26 +0000
committerMichael Tuexen <tuexen@FreeBSD.org>2022-10-10 13:40:26 +0000
commitad20efdde208485db97027a00c4b08a7daa9c663 (patch)
tree0008b4e702d6dc0cc3cec76fc82a119d91500e52
parent29d7f1ff579579711dd5a3325480728b8ed45f8c (diff)
downloadsrc-ad20efdde208485db97027a00c4b08a7daa9c663.tar.gz
src-ad20efdde208485db97027a00c4b08a7daa9c663.zip
Sync TCP related kernel config options
Add TCP_BLACKBOX to the remaining platforms (arm64, RISC-V) and add TCP_RFC7413 to the remaining platform (RISC-V). Reviewed by: rscheff@ MFC after: 1 week Sponsored by: Netflix, Inc. Differential Revision: https://reviews.freebsd.org/D36918
-rw-r--r--sys/arm64/conf/std.arm641
-rw-r--r--sys/riscv/conf/GENERIC2
2 files changed, 3 insertions, 0 deletions
diff --git a/sys/arm64/conf/std.arm64 b/sys/arm64/conf/std.arm64
index c2a7e2b09afc..e24b7f417034 100644
--- a/sys/arm64/conf/std.arm64
+++ b/sys/arm64/conf/std.arm64
@@ -16,6 +16,7 @@ options IPSEC_SUPPORT # Allow kldload of ipsec and tcpmd5
options ROUTE_MPATH # Multipath routing support
options FIB_ALGO # Modular fib lookups
options TCP_OFFLOAD # TCP offload
+options TCP_BLACKBOX # Enhanced TCP event logging
options TCP_HHOOK # hhook(9) framework for TCP
options TCP_RFC7413 # TCP Fast Open
options SCTP_SUPPORT # Allow kldload of SCTP
diff --git a/sys/riscv/conf/GENERIC b/sys/riscv/conf/GENERIC
index 1b7542c852ac..cf4460c7bf2e 100644
--- a/sys/riscv/conf/GENERIC
+++ b/sys/riscv/conf/GENERIC
@@ -33,6 +33,8 @@ options TCP_HHOOK # hhook(9) framework for TCP
options IPSEC_SUPPORT # Allow kldload of ipsec and tcpmd5
options ROUTE_MPATH # Multipath routing support
options TCP_OFFLOAD # TCP offload
+options TCP_BLACKBOX # Enhanced TCP event logging
+options TCP_RFC7413 # TCP Fast Open
options SCTP_SUPPORT # Allow kldload of SCTP
options FFS # Berkeley Fast Filesystem
options SOFTUPDATES # Enable FFS soft updates support