aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2005-04-21 03:15:34 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2005-04-21 03:15:34 +0000
commit434e8e014cb21b8d15d512b966ea4f397fd0d369 (patch)
treef8384d8064364331bf0549b2f518742d8f65ea9d /TODO
parent4e3cf63c95fc3c01a1c759e237678e9d3b2b8494 (diff)
downloadluasocket-434e8e014cb21b8d15d512b966ea4f397fd0d369.tar.gz
luasocket-434e8e014cb21b8d15d512b966ea4f397fd0d369.tar.bz2
luasocket-434e8e014cb21b8d15d512b966ea4f397fd0d369.zip
Better connection handling.
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/TODO b/TODO
index 19c9319..460165f 100644
--- a/TODO
+++ b/TODO
@@ -1,5 +1,4 @@
1 1
2BUG NO SET DO TINYIRC!!! SINISTRO.
3talk about the non-blocking connect in the manual 2talk about the non-blocking connect in the manual
4test it on Windows!!! 3test it on Windows!!!
5 4
@@ -41,3 +40,5 @@ testar os options!
41 - inet_ntoa também é uma merda. 40 - inet_ntoa também é uma merda.
42 41
43eliminate globals from namespaces created by module(). 42eliminate globals from namespaces created by module().
43
44* BUG NO SET DO TINYIRC!!! SINISTRO.