Enable TCP Fast Open support for PPC platforms.
Reviewed by: kbowling@, andreast@ Approved by: re (kib@) Differential Revision: https://reviews.freebsd.org/D17407
This commit is contained in:
parent
3924dfa721
commit
20a2f77eec
@ -41,6 +41,7 @@ options INET6 #IPv6 communications protocols
|
|||||||
options IPSEC # IP (v4/v6) security
|
options IPSEC # IP (v4/v6) security
|
||||||
options IPSEC_SUPPORT # Allow kldload of ipsec and tcpmd5
|
options IPSEC_SUPPORT # Allow kldload of ipsec and tcpmd5
|
||||||
options TCP_HHOOK # hhook(9) framework for TCP
|
options TCP_HHOOK # hhook(9) framework for TCP
|
||||||
|
options TCP_RFC7413 # TCP Fast Open
|
||||||
options SCTP #Stream Control Transmission Protocol
|
options SCTP #Stream Control Transmission Protocol
|
||||||
options FFS #Berkeley Fast Filesystem
|
options FFS #Berkeley Fast Filesystem
|
||||||
options SOFTUPDATES #Enable FFS soft updates support
|
options SOFTUPDATES #Enable FFS soft updates support
|
||||||
|
@ -40,6 +40,7 @@ options VIMAGE # Subsystem virtualization, e.g. VNET
|
|||||||
options INET #InterNETworking
|
options INET #InterNETworking
|
||||||
options INET6 #IPv6 communications protocols
|
options INET6 #IPv6 communications protocols
|
||||||
options TCP_HHOOK # hhook(9) framework for TCP
|
options TCP_HHOOK # hhook(9) framework for TCP
|
||||||
|
options TCP_RFC7413 # TCP Fast Open
|
||||||
options SCTP #Stream Control Transmission Protocol
|
options SCTP #Stream Control Transmission Protocol
|
||||||
options FFS #Berkeley Fast Filesystem
|
options FFS #Berkeley Fast Filesystem
|
||||||
options SOFTUPDATES #Enable FFS soft updates support
|
options SOFTUPDATES #Enable FFS soft updates support
|
||||||
|
Loading…
x
Reference in New Issue
Block a user