Bug 63102 - Enable TCP Fast Open
Summary: Enable TCP Fast Open
Status: NEW
Alias: None
Product: Apache httpd-2
Classification: Unclassified
Component: Core (show other bugs)
Version: 2.4.38
Hardware: PC Linux
: P2 normal (vote)
Target Milestone: ---
Assignee: Apache HTTPD Bugs Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-01-22 21:52 UTC by Craig
Modified: 2019-11-11 01:04 UTC (History)
3 users (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Craig 2019-01-22 21:52:07 UTC
TCP Fast Open should be enabled in httpd; for an explanation, see https://lwn.net/Articles/508865/

Here are some pull requests implementing this feature:
https://github.com/apache/httpd/pull/15
https://github.com/apache/httpd/pull/16


Note that Apache Traffic Server and nginx, for example, support TCP Fast Open. On the client side, both Chrome and Firefox support it as well.