An HTTP proxy that slows things down
Go to file
R. Tyler Croy 5f1cb2323d Give the proxy a few more connections.
Hard to balance this while running locally since technically every connection
will be running at ~56k, so you might be getting more speed than is realistic.
2011-08-27 23:01:04 -07:00
src Give the proxy a few more connections. 2011-08-27 23:01:04 -07:00
Makefile Add a first cut at a HTTP proxy that slows everything down 2011-08-24 23:32:49 -07:00
README.markdown Put my late-night concession on the lameness of this proxy into the README 2011-08-24 23:55:09 -07:00
dispersion.gpr Add a first cut at a HTTP proxy that slows everything down 2011-08-24 23:32:49 -07:00

README.markdown

Dispersion: a naive proxy that slows things down

Basically, this adds a half-second onto every request that routes through the proxy.

It needs to be fixed up to slow down the responses, ideally to 56K speeds (i.e. 7KB/s)