Add TODO about connection throttling for testing.

Change-Id: I595d7fd3d80183aa24d6cd298651fc8090dd6b6b
This commit is contained in:
Brad Fitzpatrick 2012-12-06 17:57:27 -08:00
parent 682390dffa
commit 3137b8a71b
1 changed files with 7 additions and 0 deletions

7
TODO
View File

@ -1,3 +1,10 @@
-- add dev-server flag and support in camlistore.org/pkg/webserver to
control latency & bandwidth, to simulate slow connections (phones,
etc). can just wrap the net.Listener interface and that we're
already giving to http.Server with one that returns wrapped slow
net.Conns with variable latency and such. no need to plumb through
flags or variables to pkg/webserver... can just use environ vars.
-- Go 1: convert all the fuse code & camlistore.org/pkg/fs to use rsc/fuse
(get cammount and webdav working again)