Re: Bandwith Shaping

2005-05-10 Thread flamesrock
sweet, that twisted thing is exactly what I was looking for :) -thanks for all the replies -- http://mail.python.org/mailman/listinfo/python-list

Re: Bandwith Shaping

2005-05-04 Thread Jp Calderone
On 4 May 2005 10:48:41 -0700, flamesrock <[EMAIL PROTECTED]> wrote: >Just curious - is there an easy way to shape bandwith in python. If I >wanted to have a max download speed for instance > Twisted includes an HTB implementation. http://twistedmatrix.com/documents/current/api/twisted.protoco

Re: Bandwith Shaping

2005-05-04 Thread Heiko Wundram
Am Mittwoch, 4. Mai 2005 20:11 schrieb phil: > But those packets ( I assume TCP ) are going to stack up somewhere, > the sender is gonna keep trying and retrying. In other words > you are increasing overall load to someone's router and the > network. This is not true, as TCP tries to adjust its s

Re: Bandwith Shaping

2005-05-04 Thread phil
flamesrock wrote: > Just curious - is there an easy way to shape bandwith in python. If I > wanted to have a max download speed for instance > > -thanks > Interesting normally bandwidth shaping is an IP stack function in the Kernel. You are receiving a download within a python program? And wan

Bandwith Shaping

2005-05-04 Thread flamesrock
Just curious - is there an easy way to shape bandwith in python. If I wanted to have a max download speed for instance -thanks -- http://mail.python.org/mailman/listinfo/python-list