From b1cab18d7f2aaed31ef40340db63c9d4797d3d3b Mon Sep 17 00:00:00 2001 From: imp Date: Thu, 8 Aug 2019 15:11:37 +0000 Subject: [PATCH] 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 --- sys/conf/NOTES | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 938a2e7c867..dda32710490 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -655,6 +655,7 @@ options ROUTETABLES=2 # allocated fibs up to 65536. default is 1. # 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 -- 2.45.0