From: Ryan Dahl Date: Sun, 8 Aug 2010 20:12:21 +0000 (-0700) Subject: Add TODO list items X-Git-Tag: v0.1.104~27 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5033da733ded0a38441ac57f24b9455a6cad8541;p=platform%2Fupstream%2Fnodejs.git Add TODO list items --- diff --git a/TODO b/TODO index fd928fe..d768665 100644 --- a/TODO +++ b/TODO @@ -13,3 +13,6 @@ allowed. - debug and production modes - EventSource branch merged +- TCP servers should have an optional number of maximum connections. When + the maximum is reached it stops accepting new connections. +- compile under clang