[
https://issues.apache.org/jira/browse/TS-4882?focusedWorklogId=29570&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-29570
]
ASF GitHub Bot logged work on TS-4882:
--------------------------------------
Author: ASF GitHub Bot
Created on: 23/Sep/16 02:24
Start Date: 23/Sep/16 02:24
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_r80172494
--- Diff: iocore/eventsystem/SocketManager.cc ---
@@ -108,3 +111,36 @@ SocketManager::close(int s)
} while (res == -EINTR);
return res;
}
+
+bool
+SocketManager::fastopen_supported()
--- End diff --
Or maybe embedded in the regression test as a file scoped function rather
than a method?
Issue Time Tracking
-------------------
Worklog Id: (was: 29570)
Time Spent: 2h 40m (was: 2.5h)
> 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: 2h 40m
> 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)