Switch content/browser/renderer_host/p2p/socket_host_udp.h to using NetworkService's UDP socket API |
|||||||||
Issue descriptioncontent/browser/renderer_host/p2p/socket_host_udp.h uses net::DatagramServerSocket. As a part of network servicification, all interactions with //net needs to be done through mojo APIs. Network Service has a mojo UDP socket API (see //services/network/public/mojom/udp_socket.mojom). content/browser/renderer_host/p2p/socket_host_udp.h needs to be migrated to using it.
,
Mar 12 2018
An example of migrating to udp_socket.mojom can be found in https://chromium-review.googlesource.com/c/chromium/src/+/904266.
,
Mar 12 2018
I
,
May 10 2018
steveanton@ started looking into this.
,
May 15 2018
,
May 17 2018
,
May 18 2018
,
Jun 26 2018
,
Jun 26 2018
,
Jul 16
Decided to adopt Approach 2 in https://docs.google.com/document/d/1PeRCLWgJdiwznysVOGyXJCF7tDsMQgwto1x_6v3dHug/edit?usp=sharing instead. Closing this one as WontFix. |
|||||||||
►
Sign in to add a comment |
|||||||||
Comment 1 by xunji...@chromium.org
, Feb 26 2018