diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2017-09-02 16:16:43 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2017-09-02 16:16:43 +0100 |
commit | 7d6ea1cdb5bd8887ccc8f7b9ad787a8e3e25ea2a (patch) | |
tree | 5ea1e9deb5b6fffd071ef21d0f7d5771cd196c6e /doc/doc-txt | |
parent | a2673768b71ee86c71e16e46d53d0ffc4f66b0de (diff) |
Logging: restrict TFO client-side to Linux
The detection method depends on a getsockopt struct member apparently
not supported by FreeBSD (at least). Other platforms status unknown.
Diffstat (limited to 'doc/doc-txt')
-rw-r--r-- | doc/doc-txt/NewStuff | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff index e57192e58..8ea1708bd 100644 --- a/doc/doc-txt/NewStuff +++ b/doc/doc-txt/NewStuff @@ -49,7 +49,8 @@ Version 4.90 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. + is opened with a TFO cookie. Support varies between platforms + (Linux does both. FreeBSD server only, others unknown). Version 4.89 |