Closed
Bug 1297042
Opened 8 years ago
Closed 8 years ago
Introduce TCP Fast Open on Windows
Categories
(Firefox :: Untriaged, defect)
Firefox
Untriaged
Tracking
()
RESOLVED
DUPLICATE
of bug 1188435
People
(Reporter: afagagtea, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2832.2 Safari/537.36
Steps to reproduce:
Since Windows 10 RS1 now supports TCP Fast Open it would be nice if Firefox would support it.
https://blogs.windows.com/msedgedev/2016/06/15/building-a-faster-and-more-secure-web-with-tcp-fast-open-tls-false-start-and-tls-1-3/
This is present in Windows 10 RS1 SDK.
#define TCP_FASTOPEN_COOKIE_SIZE 8
#define TCP_FASTOPEN_COOKIE_SIZE_MIN 4
#define TCP_FASTOPEN_COOKIE_SIZE_MAX 16
Windows 10 SDK (ver. 10.0.14393.0)
https://developer.microsoft.com/en-us/windows/downloads/windows-10-sdk
Updated•8 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•