diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-07-01 03:32:09 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-07-01 03:32:09 +0000 |
commit | 7115c12fbc9aae1cd46fdf049697a27fb996181a (patch) | |
tree | 2e918f54f729766701aabdef488a6461bc623da1 /TODO | |
parent | 7aaba59909e8527190694285f56ca68772c97f6a (diff) | |
download | luasocket-7115c12fbc9aae1cd46fdf049697a27fb996181a.tar.gz luasocket-7115c12fbc9aae1cd46fdf049697a27fb996181a.tar.bz2 luasocket-7115c12fbc9aae1cd46fdf049697a27fb996181a.zip |
Moving on to beta2.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,8 +1,8 @@ | |||
1 | setup error messages in the default case. | 1 | create the getstats method. |
2 | 2 | ||
3 | ajeitar 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) ... | 5 | take a look at DB's smtp patch |
6 | 6 | ||
7 | sort out the wrap around of gettime... | 7 | sort out the wrap around of gettime... |
8 | use doubles all over | 8 | use doubles all over |