diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-01-24 00:18:19 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-01-24 00:18:19 +0000 |
commit | 0c9f420a3549df3fb331bb24157b65a3301641d4 (patch) | |
tree | e1b6ce40b55a77ed2bc20493f10f8239b7c00071 /TODO | |
parent | 42e0e74487ca62b58a8a1fa06580154c632b4942 (diff) | |
download | luasocket-0c9f420a3549df3fb331bb24157b65a3301641d4.tar.gz luasocket-0c9f420a3549df3fb331bb24157b65a3301641d4.tar.bz2 luasocket-0c9f420a3549df3fb331bb24157b65a3301641d4.zip |
New accept/connect code.
Better error checking.
Better tests.
__tostring implemented.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -12,6 +12,9 @@ manual | |||
12 | local connect | 12 | local connect |
13 | add thanks to 'carlos cassino' and 'david burgess' | 13 | add thanks to 'carlos cassino' and 'david burgess' |
14 | add new ip- options and reuseaddr option | 14 | add new ip- options and reuseaddr option |
15 | add listen to manual | ||
16 | bind method doesn't do listen anymore | ||
17 | bind doesn't turn an object into a server object: listen does. | ||
15 | 18 | ||
16 | tests | 19 | tests |
17 | checar todos os metodos | 20 | checar todos os metodos |