TCP_FASTOPEN changelog

This commit is contained in:
yrutschle 2019-03-10 10:11:28 +01:00
parent 4e725e1520
commit 2705face30

View File

@ -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)