Replies: 1 comment
-
Small messages are more efficient in general, but it's hard to give you an answer without specific numbers. What do you mean by larger messages? Why do you need to send larger messages if you chunk the files? Simply choose a message size that gives good performance (65K is typically good for both compatibility and performance). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When transferring / chunking large file transfers between peers we are experiencing low transfer speeds. Small messages are fine but larger messages take a long time to transfer. Other than buffer sizes and doing parallel transfers how do you suggest speeding up large file transfers?
We prefer to use RTC to transfer large files as we've already optimized it to punch through strict firewalls.
Thanks,
Beta Was this translation helpful? Give feedback.
All reactions