From d4f4380f7ea04ee045fae1661242a5a7f2f1267a Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Tue, 17 Aug 2010 08:16:43 -0700 Subject: [PATCH] Add TODO --- TODO | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO b/TODO index 4d87e686d3..37dcb9e876 100644 --- a/TODO +++ b/TODO @@ -15,3 +15,4 @@ - TCP servers should have an optional number of maximum connections. When the maximum is reached it stops accepting new connections. - compile under clang +- Use C++ style casts everywhere.