From 2705face30990b750002a672e02f77bfa6459bc6 Mon Sep 17 00:00:00 2001 From: yrutschle Date: Sun, 10 Mar 2019 10:11:28 +0100 Subject: [PATCH] TCP_FASTOPEN changelog --- ChangeLog | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0e96d4b..335ec77 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,9 @@ -vNEXT: +vNEXT: + Added TCP_FASTOPEN support for client sockets (if + tfo_ok is specified in their configuration) and for + listenint socket, if all client protocols support it. + (Craig Andrews) + Added 'minlength' option to skip a probe if less than that many bytes have been received (mostly for regex)