[
https://issues.apache.org/jira/browse/TS-4882?focusedWorklogId=29569&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-29569
]
ASF GitHub Bot logged work on TS-4882:
--------------------------------------
Author: ASF GitHub Bot
Created on: 23/Sep/16 02:23
Start Date: 23/Sep/16 02:23
Worklog Time Spent: 10m
Work Description: Github user SolidWallOfCode commented on a diff in the
pull request:
https://github.com/apache/trafficserver/pull/1036#discussion_r80172452
--- Diff: iocore/eventsystem/SocketManager.cc ---
@@ -108,3 +111,36 @@ SocketManager::close(int s)
} while (res == -EINTR);
return res;
}
+
+bool
+SocketManager::fastopen_supported()
--- End diff --
Should this be done in configure.ac, rather than live code?
Issue Time Tracking
-------------------
Worklog Id: (was: 29569)
Time Spent: 2.5h (was: 2h 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: 2.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)