Closed Bug 933102 Opened 11 years ago Closed 8 years ago

[e10s] Filter UDP packets sent with hostname

Categories

(Core :: Networking, defect)

defect
Not set
normal

Tracking

()

RESOLVED WONTFIX

People

(Reporter: kk1fff, Unassigned)

References

Details

In bug 870660, we add filters to filter the UDP packets which child process asks parent to send. However, it doesn't filter packets that is going to be sent with a hostname. If UDPSocketParent received a packet that is sent to a hostname (not an IP address) and passing filter is required, it simply refuses to send the packet.
What higher-level features does this block?
(In reply to Randell Jesup [:jesup] from comment #1)
> What higher-level features does this block?

I don't think there is any higher-level feature currently depends on this.
Blocks: 1042345
No longer blocks: 1042345
OS: Gonk (Firefox OS) → All
Hardware: ARM → All
Summary: Filter UDP packets sent with hostname → [e10s] Filter UDP packets sent with hostname
I guess the question here is if we really need this. If I'm not mistaken nICEr never will send anything with a host name as it always does it's own DNS resolution. And if there is no other customer for packet filtering, then we can probably safely close this ticket.
Byron: do you think it is safe to abandon this?
Flags: needinfo?(docfaraday)
WebRTC doesn't need this, but there may be other reasons.
Flags: needinfo?(docfaraday)
According to dxr stun_udp_socket_filter.cpp is the only place which implements the filter: https://dxr.mozilla.org/mozilla-central/source/media/mtransport/stun_udp_socket_filter.cpp#208
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.