sharedrop icon indicating copy to clipboard operation
sharedrop copied to clipboard

Optimize transfer speed

Open szimek opened this issue 10 years ago • 2 comments

In theory it should be possible to get ~100Mbps in local network...

https://mozilla.github.io/webrtc-landing/data_test.html http://googlechrome.github.io/webrtc/samples/web/content/datachannel

szimek avatar Jan 27 '15 10:01 szimek

Could also use onbufferedamountlow event (available in Chrome 46) to know when to send more data, instead of sending block requests from the recipient.

szimek avatar Sep 13 '15 18:09 szimek

My internet has an upstream of 50 Mbit/s, but it uses only 20-22 Mbit/s. So there is a bottleneck. Using Firefox 85.0.2 (NixOS GNU/Linux, 32 GB RAM) to Google Chrome 89.0.4389.90 (Windows 10, 48 GB RAM) over Internet (different ISPs). Transfer of 18 GB file was successful after about 2 hours.

davidak avatar Mar 27 '21 20:03 davidak