Matt Lawson wrote:
Any takers?

At present I'm using the wondershaper script and kernel shaping, with the bandwidth turned a fair way under max to minimise latency, obviously you'll need to tweak this on a per connection basis to work out the optimum settings without annoying users trying to download too much...


http://lartc.org/wondershaper/

And for kicks I added a mangle option with iptables

iptables -t mangle -A INPUT -p tcp --sport 4569 -j TOS --set-tos Minimize-Delay
iptables -t mangle -A OUTPUT -p udp --dport 4569 -j TOS --set-tos Minimize-Delay
iptables -t mangle -A INPUT -p tcp --dport 4569 -j TOS --set-tos Minimize-Delay
iptables -t mangle -A OUTPUT -p udp --sport 4569 -j TOS --set-tos Minimize-Delay


--
Best regards,
 Duane

http://www.cacert.org - Free Security Certificates
http://www.nodedb.com - Think globally, network locally
http://www.sydneywireless.com - Telecommunications Freedom
http://happysnapper.com.au - Sell your photos over the net!
http://e164.org - Using Enum.164 to interconnect asterisk servers
_______________________________________________
Asterisk-Dev mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-dev
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-dev

Reply via email to