diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-08-14 16:34:47 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-08-14 16:36:32 +0200 |
commit | 4d8ddba9d71e51356cc9488f906b8fef89c60c23 (patch) | |
tree | 99690b388a9de41159dc8e19133b15930f254986 /man/systemd.socket.xml | |
parent | 9fdaa9925e1919b766fe1e095228fe663c583923 (diff) |
Revert "socket: add support for TCP fast Open"
This reverts commit 9528592ff8d7ff361da430285deba8196e8984d5.
Apparently TFO is actually the default at least for the server side now.
Also the setsockopt doesn't actually take a bool, but a qlen integer.
Diffstat (limited to 'man/systemd.socket.xml')
-rw-r--r-- | man/systemd.socket.xml | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/man/systemd.socket.xml b/man/systemd.socket.xml index 170d010f60..352825f580 100644 --- a/man/systemd.socket.xml +++ b/man/systemd.socket.xml @@ -499,21 +499,6 @@ </varlistentry> <varlistentry> - <term><varname>FastOpen=</varname></term> - <listitem><para>Takes a boolean - argument. It works by using a TFO cookie (a TCP option) in the initial - SYN packet to authenticate a previously connected client. If successful, - it may start sending data to the client before the receipt of the final - ACK packet of the three way handshake is received, skipping a round trip - and lowering the latency in the start of transmission of data. - This controls the TCP_FASTOPEN socket option (see - the <ulink url="http://lwn.net/Articles/508865/">TCP - Fast Open: expediting web services</ulink> for details.) - Defaults to - <option>false</option>.</para></listitem> - </varlistentry> - - <varlistentry> <term><varname>Priority=</varname></term> <listitem><para>Takes an integer argument controlling the priority for |