mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
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
This commit is contained in:
parent
29d7f1ff57
commit
ad20efdde2
2 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue