aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2004-07-01 03:32:09 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2004-07-01 03:32:09 +0000
commit7115c12fbc9aae1cd46fdf049697a27fb996181a (patch)
tree2e918f54f729766701aabdef488a6461bc623da1 /TODO
parent7aaba59909e8527190694285f56ca68772c97f6a (diff)
downloadluasocket-7115c12fbc9aae1cd46fdf049697a27fb996181a.tar.gz
luasocket-7115c12fbc9aae1cd46fdf049697a27fb996181a.tar.bz2
luasocket-7115c12fbc9aae1cd46fdf049697a27fb996181a.zip
Moving on to beta2.
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 4 insertions, 4 deletions
diff --git a/TODO b/TODO
index 437e1e5..c74e525 100644
--- a/TODO
+++ b/TODO
@@ -1,8 +1,8 @@
1setup error messages in the default case. 1create the getstats method.
2 2
3ajeitar o connect com a dica do mike 3 sent, received, age = sock:getstats()
4 if ((err > 1 || !FD_ISSET(sock, &wfds)) && 4
5 recv(sock, &dummy, 0, 0) < 0 && errno != EWOULDBLOCK) ... 5take a look at DB's smtp patch
6 6
7sort out the wrap around of gettime... 7sort out the wrap around of gettime...
8 use doubles all over 8 use doubles all over