From 39e432530c8a7eacee9caa450a63604e93425aa4 Mon Sep 17 00:00:00 2001 From: Nick Daly Date: Sat, 25 Feb 2012 15:18:04 -0600 Subject: [PATCH] Added TODO file. --- ugly_hacks/santiago/TODO | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 ugly_hacks/santiago/TODO diff --git a/ugly_hacks/santiago/TODO b/ugly_hacks/santiago/TODO new file mode 100644 index 000000000..7c660d65c --- /dev/null +++ b/ugly_hacks/santiago/TODO @@ -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.