[
https://issues.apache.org/jira/browse/TS-4882?focusedWorklogId=29602&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-29602
]
ASF GitHub Bot logged work on TS-4882:
--------------------------------------
Author: ASF GitHub Bot
Created on: 23/Sep/16 15:08
Start Date: 23/Sep/16 15:08
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_r80263930
--- Diff: iocore/eventsystem/SocketManager.cc ---
@@ -108,3 +111,36 @@ SocketManager::close(int s)
} while (res == -EINTR);
return res;
}
+
+bool
+SocketManager::fastopen_supported()
--- End diff --
Right. Is that likely to change for a given build? Isn't it a property of
the host OS that's fixed?
Issue Time Tracking
-------------------
Worklog Id: (was: 29602)
Time Spent: 3h 50m (was: 3h 40m)
> 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: 3h 50m
> 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)