[
https://issues.apache.org/jira/browse/TS-4882?focusedWorklogId=29609&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-29609
]
ASF GitHub Bot logged work on TS-4882:
--------------------------------------
Author: ASF GitHub Bot
Created on: 23/Sep/16 15:45
Start Date: 23/Sep/16 15:45
Worklog Time Spent: 10m
Work Description: Github user jpeach commented on a diff in the pull
request:
https://github.com/apache/trafficserver/pull/1036#discussion_r80270943
--- Diff: iocore/eventsystem/SocketManager.cc ---
@@ -108,3 +111,36 @@ SocketManager::close(int s)
} while (res == -EINTR);
return res;
}
+
+bool
+SocketManager::fastopen_supported()
--- End diff --
Fast open support is a property of the running kernel, not of the Traffic
Server build. As @bryancall points out, it also needs to be enabled by a
sysctl, so there's no reliable compile time test for this. I figured that doing
the test at reconfigure time strikes a balance between getting it right and the
performance cost of continually checking.
Issue Time Tracking
-------------------
Worklog Id: (was: 29609)
Time Spent: 4.5h (was: 4h 20m)
> TCP Fast Open support for SSL server sessions.
> ----------------------------------------------
>
> Key: TS-4882
> URL: https://issues.apache.org/jira/browse/TS-4882
> Project: Traffic Server
> Issue Type: Improvement
> Components: Core, SSL
> Reporter: James Peach
> Assignee: James Peach
> Fix For: 7.1.0
>
> Time Spent: 4.5h
> Remaining Estimate: 0h
>
> Add support for using TCP Fast Open on TLS server sessions. This is mainly
> interesting for CONNECT tunnels where we can't use long running persistent
> sessions.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)