svn commit: r339220 - head/sys/powerpc/conf

Michael Tuexen tuexen at FreeBSD.org
Sun Oct 7 12:56:06 UTC 2018


Author: tuexen
Date: Sun Oct  7 12:56:05 2018
New Revision: 339220
URL: https://svnweb.freebsd.org/changeset/base/339220

Log:
  Enable TCP Fast Open support for PPC platforms.
  
  Reviewed by:		kbowling@, andreast@
  Approved by:		re (kib@)
  Differential Revision:	https://reviews.freebsd.org/D17407

Modified:
  head/sys/powerpc/conf/GENERIC
  head/sys/powerpc/conf/GENERIC64

Modified: head/sys/powerpc/conf/GENERIC
==============================================================================
--- head/sys/powerpc/conf/GENERIC	Sun Oct  7 11:26:15 2018	(r339219)
+++ head/sys/powerpc/conf/GENERIC	Sun Oct  7 12:56:05 2018	(r339220)
@@ -41,6 +41,7 @@ options 	INET6			#IPv6 communications protocols
 options 	IPSEC			# IP (v4/v6) security
 options 	IPSEC_SUPPORT		# Allow kldload of ipsec and tcpmd5
 options 	TCP_HHOOK		# hhook(9) framework for TCP
+options 	TCP_RFC7413		# TCP Fast Open
 options 	SCTP			#Stream Control Transmission Protocol
 options 	FFS			#Berkeley Fast Filesystem
 options 	SOFTUPDATES		#Enable FFS soft updates support

Modified: head/sys/powerpc/conf/GENERIC64
==============================================================================
--- head/sys/powerpc/conf/GENERIC64	Sun Oct  7 11:26:15 2018	(r339219)
+++ head/sys/powerpc/conf/GENERIC64	Sun Oct  7 12:56:05 2018	(r339220)
@@ -40,6 +40,7 @@ options 	VIMAGE			# Subsystem virtualization, e.g. VNE
 options 	INET			#InterNETworking
 options 	INET6			#IPv6 communications protocols
 options 	TCP_HHOOK		# hhook(9) framework for TCP
+options 	TCP_RFC7413		# TCP Fast Open
 options 	SCTP			#Stream Control Transmission Protocol
 options 	FFS			#Berkeley Fast Filesystem
 options 	SOFTUPDATES		#Enable FFS soft updates support


More information about the svn-src-head mailing list