Open
Bug 1459317
Opened 7 years ago
Updated 3 years ago
Compare a TFO connection and a backup connection according to TLS connection establishment
Categories
(Core :: Networking: HTTP, enhancement, P5)
Tracking
()
NEW
| Tracking | Status | |
|---|---|---|
| firefox61 | --- | affected |
People
(Reporter: dragana, Unassigned)
Details
(Whiteboard: [necko-triaged])
Attachments
(1 file, 2 obsolete files)
|
29.45 KB,
patch
|
Details | Diff | Splinter Review |
Currently we close a TFO connection if its backup connection has established the TCP connection faster. Even though the TCP connection is slower the end of the TLS handshake can be faster because TFO saves a RTT.
We should not close a TFO connection when the backup connection finishes TCP handshake but wait for the TLS handshake finish.
Attachment #8973319 -
Flags: review?(mcmanus)
| Reporter | ||
Comment 1•7 years ago
|
||
Comment on attachment 8973319 [details] [diff] [review]
bug_race_tls_connect_by_tfo.patch
Sorry, I want to change one small thing.
Attachment #8973319 -
Flags: review?(mcmanus)
| Reporter | ||
Comment 2•7 years ago
|
||
Attachment #8973319 -
Attachment is obsolete: true
Attachment #8974974 -
Flags: review?(mcmanus)
| Reporter | ||
Comment 3•7 years ago
|
||
Comment on attachment 8974974 [details] [diff] [review]
bug_race_tls_connect_by_tfo.patch
Francois, please take a look at the telemetry change. I have only renamed the probe and change the max number to 40.
Attachment #8974974 -
Flags: review?(francois)
Comment 4•7 years ago
|
||
Comment on attachment 8974974 [details] [diff] [review]
bug_race_tls_connect_by_tfo.patch
Review of attachment 8974974 [details] [diff] [review]:
-----------------------------------------------------------------
This has already been reviewed on https://bugzilla.mozilla.org/show_bug.cgi?id=1390881#c6 and we're still collecting the same data, so datareview+.
::: toolkit/components/telemetry/Histograms.json
@@ +2025,2 @@
> "alert_emails": ["necko@mozilla.com", "ddamjanovic@mozilla.com"],
> "bug_numbers": [1402879]
Please add 1459317 and 1390881 to that list so that we can easily keep track of the different times when this data collection was reviewed and revised.
Attachment #8974974 -
Flags: review?(francois) → review+
| Reporter | ||
Comment 5•7 years ago
|
||
Added the bug number in Histograms.json
Attachment #8974974 -
Attachment is obsolete: true
Attachment #8974974 -
Flags: review?(mcmanus)
Attachment #8976805 -
Flags: review?(mcmanus)
| Reporter | ||
Updated•7 years ago
|
Priority: P2 → P3
| Reporter | ||
Updated•5 years ago
|
Assignee: dd.mozilla → nobody
Status: ASSIGNED → NEW
Priority: P3 → P5
Updated•5 years ago
|
Attachment #8976805 -
Flags: review?(mcmanus)
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•