svn commit: r350751 - head/sys/conf

Warner Losh imp at FreeBSD.org
Thu Aug 8 15:11:37 UTC 2019


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
 


More information about the svn-src-all mailing list