Open
Bug 1296755
Opened 8 years ago
Updated 2 years ago
Preserve the DNS lookup results from the old ICE ctx (to avoid looking them up again) on ice restart
Categories
(Core :: WebRTC: Signaling, defect, P4)
Core
WebRTC: Signaling
Tracking
()
NEW
People
(Reporter: mjf, Unassigned)
Details
This is purely optimization, but Nils suggested that we might be able to preserve the DNS lookup results from the old ICE ctx when restarting ice.
See NrIceCtxHandler::CreateCtx (nricectxhandler.cpp:110)
Comment 1•8 years ago
|
||
Don't we already get DNS caching courtesy of the Firefox resolver.
Updated•8 years ago
|
Rank: 35
Priority: -- → P3
Comment 2•7 years ago
|
||
Mass change P3->P4 to align with new Mozilla triage process.
Priority: P3 → P4
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•