Comment #5 on issue 6356 by alangley: TCP receive/send windows are too small (32KB) causing slower transfers http://code.google.com/p/chromium/issues/detail?id=6356
The poster is correct, larger buffer sizes are required for high bandwidth-delay-product transfers. I know zip about Windows networking, but on Linux we'll just use the kernel default sizes. There is also an additional issue in that the transfer from browser to renderer uses short-lived shared memory. The VMA churn from these can also be a limiting factor, although transfers which go to the renderer are probably not speed critical. Fixing this is on my TODO list (although quite a long way down at this point). -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
