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)