From 5ed46b557329386be0c93b4a3c9a709a97d39b93 Mon Sep 17 00:00:00 2001 From: Brian Caine Date: Wed, 31 Oct 2007 23:23:57 -0400 Subject: [PATCH] Added TODO. This is the workload for everyone. --- TODO | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 TODO diff --git a/TODO b/TODO new file mode 100644 index 0000000..0624145 --- /dev/null +++ b/TODO @@ -0,0 +1,14 @@ +This is the TODO file, a list of stuff, logically enough, that needs to +be done. + +1. Fiddle with the Client/Server code and get chatting working. + This is a priority. +2. Add a little bit of leniency to the Server code. + As it is, when the Server sends out echo requests, it places each + name on a list. When it gets a response from someone, it takes their + name off the list. If it comes around to send the echos out and + someones name is still on the list, they get kicked off. This is ok + for EXTREMELY light load, but not for moderate traffic. Allow a + tolerance. +3. Graphics is next. We begin by allowing for objects to be displayed in + the first place. -- 2.11.4.GIT