diff options
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 15 |
1 files changed, 12 insertions, 3 deletions
@@ -1,4 +1,11 @@ | |||
1 | make sure all modules that can use socket.newtry | 1 | |
2 | ajeitar 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 | |||
6 | sort out the wrap around of gettime... | ||
7 | optmize aux_getgroupudata | ||
8 | make sure all modules that can use it actually use socket.newtry | ||
2 | make select interrupt safe | 9 | make select interrupt safe |
3 | adicionar exemplos de expansão: pipe, local, named pipe | 10 | adicionar exemplos de expansão: pipe, local, named pipe |
4 | Add service name translation. | 11 | Add 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 | 20 | these are done |
21 | * unix 92 bytes maximo no endereço, incluindo o zero | ||
22 | * unix 9216 maximo de datagram size | ||