diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2017-08-30 23:52:40 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2017-08-31 16:16:51 +0100 |
commit | a2673768b71ee86c71e16e46d53d0ffc4f66b0de (patch) | |
tree | da233bde5ae8f8ba16d7447411a3fefbf223d8db /doc/doc-txt/NewStuff | |
parent | a5853d7c97b23bf0e4c4438a3ac3f67f28292d6c (diff) |
Logging: TCP Fast Open
Diffstat (limited to 'doc/doc-txt/NewStuff')
-rw-r--r-- | doc/doc-txt/NewStuff | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff index 3e1da34ee..e57192e58 100644 --- a/doc/doc-txt/NewStuff +++ b/doc/doc-txt/NewStuff @@ -47,6 +47,10 @@ Version 4.90 11. Millisecond timetamps in logs, on log_selector "millisec". Also affects log elements QT, DT and D, and timstamps in debug output. +12. TCP Fast Open logging. As a server, logs when the SMTP banner was sent + while still in SYN_RECV state; as a client logs when the connection + is opened with a TFO cookie. + Version 4.89 ------------ |