-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Such a tool needs a feature to limit bandwidth #110
Comments
Yes, that's good advice. We can try to limit the transmission rate in the server and client sides. |
How about enabling compression in a low-rate environment to reduce transmission time? |
The main purpose of throttling bandwidth is to avoid 100% bandwidth usage of the machine. |
Add a flag to control it, like -max_tran_rate=102400 (bytes/sec)? |
WIP #111 |
In our experience of using similar tools, it may be necessary to limit the bandwidth of transmission in many cases.
The text was updated successfully, but these errors were encountered: