Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Aug 2019 15:11:37 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r350751 - head/sys/conf
Message-ID:  <201908081511.x78FBb3u092153@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: imp
Date: Thu Aug  8 15:11:37 2019
New Revision: 350751
URL: https://svnweb.freebsd.org/changeset/base/350751

Log:
  Add TCP_RFC7413
  
  We should be linting this This isn't enabled on all platforms, but compiles on
  them all.
  
  Noticed by: jhb in another review

Modified:
  head/sys/conf/NOTES

Modified: head/sys/conf/NOTES
==============================================================================
--- head/sys/conf/NOTES	Thu Aug  8 14:34:53 2019	(r350750)
+++ head/sys/conf/NOTES	Thu Aug  8 15:11:37 2019	(r350751)
@@ -655,6 +655,7 @@ options 	ROUTETABLES=2		# allocated fibs up to 65536. 
 					# but that would be a bad idea as they are large.
 
 options 	TCP_OFFLOAD		# TCP offload support.
+options		TCP_RFC7413		# TCP Fast Open
 
 options		TCPHPTS
 



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