aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO15
1 files changed, 12 insertions, 3 deletions
diff --git a/TODO b/TODO
index 6612b45..7cde792 100644
--- a/TODO
+++ b/TODO
@@ -1,4 +1,11 @@
1make sure all modules that can use socket.newtry 1
2ajeitar o connect com a dica do mike
3 if ((err > 1 || !FD_ISSET(sock, &wfds)) &&
4 recv(sock, &dummy, 0, 0) < 0 && errno != EWOULDBLOCK) ...
5
6sort out the wrap around of gettime...
7optmize aux_getgroupudata
8make sure all modules that can use it actually use socket.newtry
2make select interrupt safe 9make select interrupt safe
3adicionar exemplos de expansão: pipe, local, named pipe 10adicionar exemplos de expansão: pipe, local, named pipe
4Add service name translation. 11Add service name translation.
@@ -9,5 +16,7 @@ testar os options!
9 - proteger ou atomizar o conjunto (timedout, receive), (timedout, send) 16 - proteger ou atomizar o conjunto (timedout, receive), (timedout, send)
10 - inet_ntoa também é uma merda. 17 - inet_ntoa também é uma merda.
11- SSL 18- SSL
12- unix 92 bytes maximo no endereço, incluindo o zero 19
13- unix 9216 maximo de datagram size 20these are done
21* unix 92 bytes maximo no endereço, incluindo o zero
22* unix 9216 maximo de datagram size