diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2005-04-21 03:15:34 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2005-04-21 03:15:34 +0000 |
commit | 434e8e014cb21b8d15d512b966ea4f397fd0d369 (patch) | |
tree | f8384d8064364331bf0549b2f518742d8f65ea9d /TODO | |
parent | 4e3cf63c95fc3c01a1c759e237678e9d3b2b8494 (diff) | |
download | luasocket-434e8e014cb21b8d15d512b966ea4f397fd0d369.tar.gz luasocket-434e8e014cb21b8d15d512b966ea4f397fd0d369.tar.bz2 luasocket-434e8e014cb21b8d15d512b966ea4f397fd0d369.zip |
Better connection handling.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,4 @@ | |||
1 | 1 | ||
2 | BUG NO SET DO TINYIRC!!! SINISTRO. | ||
3 | talk about the non-blocking connect in the manual | 2 | talk about the non-blocking connect in the manual |
4 | test it on Windows!!! | 3 | test 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 | ||
43 | eliminate globals from namespaces created by module(). | 42 | eliminate globals from namespaces created by module(). |
43 | |||
44 | * BUG NO SET DO TINYIRC!!! SINISTRO. | ||