Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Oct 2018 12:56:05 +0000 (UTC)
From:      Michael Tuexen <tuexen@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r339220 - head/sys/powerpc/conf
Message-ID:  <201810071256.w97Cu5F5076344@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810071256.w97Cu5F5076344>