Loading
Sign in before continuing.
Bug 2045368 - Enforce the webrtc outgoing port restriction in the parent process for ICE-TCP. r=bwc
ICE-TCP connections are opened via WebrtcTCPSocketParent::RecvAsyncOpen (in the socket or parent process). Reject opens to a restricted destination port there, signalling a normal connection failure to the child via OnClose rather than tearing down the process with IPC_FAIL. Differential Revision: https://phabricator.services.mozilla.com/D313827