Added TODO file.

This commit is contained in:
Nick Daly 2012-02-25 15:18:04 -06:00
parent a15f744070
commit 39e432530c

24
ugly_hacks/santiago/TODO Normal file
View File

@ -0,0 +1,24 @@
* Service time expiry
- Replies include "this service expires on".
* Search hop expiry.
- Searches are bounced only for a maximum number of cilents
(Gnutella-style).
* Add real Unit Testing.
- Spec out the system through test harnesses. If the tests can run
the system, it's complete.
* Message Queuing
- Process a maximum of X MB over Y requests per unit time Z per
friend.
- Messages that exceed that maximum are queued for the next time unit.
* Process Separation
- Listeners aren't senders aren't controllers.