Github user bryancall commented on a diff in the pull request:
https://github.com/apache/trafficserver/pull/1036#discussion_r79950331
--- Diff: doc/admin-guide/files/records.config.en.rst ---
@@ -3388,13 +3388,19 @@ Sockets
TCP_NODELAY (1)
SO_KEEPALIVE (2)
SO_LINGER (4) - with a timeout of 0 seconds
+ TCP_FASTOPEN (8)
.. note::
This is a bitmask and you need to decide what bits to set. Therefore,
you must set the value to ``3`` if you want to enable nodelay and
keepalive options above.
+.. note::
+
+ To allow TCP Fast Open for client sockets on Linux, bit 2 of
--- End diff --
Isn't it bit 1 for client sessions or a value of 1? That should be the
default on most linux distros.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---