Increase WebRTC socket send buffer to 256k.
WebRTC has a throttling mechanism to ensure we don't push too much data into the system socket. The buffer size doesn't seem to be set correctly and it was experienced video freeze from time to time as the throttling mechanism kicks in too frequently and causes video packets dropped, even though system still has more capacity to handle it. BUG=427555 Review URL: https://codereview.chromium.org/678103003 Cr-Commit-Position: refs/heads/master@{#301580}
Showing
Please register or sign in to comment