UDP: Windows implementation using non-blocking IO
Non-blocking IO has higher throughput than the previous implementation that used overlapped IO. 15% increase in throughput for sending to localhost is observed. There could be additional performance advantage in WiFi network. All existing UDP socket tests passed. I added a unit test to do benchmarking. Also tested this manually with WebRTC and verified that all UDP send and receive activities are logged correctly. BUG=442392 Review URL: https://codereview.chromium.org/861963002 Cr-Commit-Position: refs/heads/master@{#314752}
Showing
This diff is collapsed.
Please register or sign in to comment