summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2010-10-24 20:11:47 -0700
committerRyan Dahl <ry@tinyclouds.org>2010-10-24 20:11:47 -0700
commit7eed71f8bb8d623a0768e8a99cd48527b839fef1 (patch)
tree065df125f436736e956f0e90212fbaaa74b25458 /TODO
parentfcd0c3ebc0a40c62292779ea66318a0229d60b95 (diff)
downloadandroid-node-v8-7eed71f8bb8d623a0768e8a99cd48527b839fef1.tar.gz
android-node-v8-7eed71f8bb8d623a0768e8a99cd48527b839fef1.tar.bz2
android-node-v8-7eed71f8bb8d623a0768e8a99cd48527b839fef1.zip
add todo about half-open connections
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO b/TODO
index 58def8d6b6..dfb7e7b699 100644
--- a/TODO
+++ b/TODO
@@ -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.