IpcSocketFactory pending packet limit is too small
commit42315506b6cf00575e0aa97e2df0d12ec75063ae
authorhclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Wed, 10 Apr 2013 15:23:01 +0000 (10 15:23 +0000)
committerhclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Wed, 10 Apr 2013 15:23:01 +0000 (10 15:23 +0000)
tree32fa573a8c50b4d264cc1cbaf0b8b6e476dcaf37
parent296969e578a069f7c5155087acfef4f2a422d3cc
IpcSocketFactory pending packet limit is too small

Refactoring is underway to notify client of P2P socket that network is
congested. In the mean time pending packet limit is too small and causes
huge amount of packet loss, this makes WebRTC unusable.

This is a temporary fix to increase this pre-defined value to 32 pending
packets which accomodates 720p streams up to 5Mb/s.

BUG=228956, 229737

Review URL: https://codereview.chromium.org/13992004

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@193389 0039d316-1c4b-4281-b951-d872f2087c98
content/renderer/p2p/ipc_socket_factory.cc