What libraries out there let you control the download speed of network requests (http in particular). I don't see anything built-in in urllib2 (nor in (Py)Qt which I intend on using).
Can Twisted control bandwidth? If not, how can I control the read buffer size of urllib2 or Twisted? sleep
ing to suspend network operations isn't an option.