diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2010-10-24 20:11:47 -0700 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2010-10-24 20:11:47 -0700 |
commit | 7eed71f8bb8d623a0768e8a99cd48527b839fef1 (patch) | |
tree | 065df125f436736e956f0e90212fbaaa74b25458 /TODO | |
parent | fcd0c3ebc0a40c62292779ea66318a0229d60b95 (diff) | |
download | node-new-7eed71f8bb8d623a0768e8a99cd48527b839fef1.tar.gz |
add todo about half-open connections
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -26,3 +26,5 @@ concat them together. - process object should be defined in src/node.js not in c++ - Test for EMFILE accept spin bug. +- destroy tcp sockets on 'end' by default. optionally leaving them half + open. current half-opne is default. |