diff options
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 |