Is there a userspace bandwith limit tool for Linux?

2

I want to limit the upload bandwidth of a P2P live video program, which is closed source, in Linux.

I don't want to use tc because I don't have root access. There is a tool called trickle, but unfortunately it doesn't handle UDP (the P2P program mainly uses UDP).

Is there any other way to throttle bandwidth of a program in Linux?

Wu Yongzheng

Posted 2011-06-12T13:51:59.730

Reputation: 231

Answers

0

You can use force_bind to set the bandwidth. Check the README file for an example.

http://kernel.embedromix.ro/us/

Disclaimer: I am the author.

Catalin M. BOIE

Posted 2011-06-12T13:51:59.730

Reputation: 126

Great work! I'll have a look. – Wu Yongzheng – 2011-08-24T04:04:41.803