diff options
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -16,7 +16,6 @@ optmize aux_getgroupudata | |||
16 | use one upvalue per string name of class/group | 16 | use one upvalue per string name of class/group |
17 | make aux_checkgroup by upvalue (faster) | 17 | make aux_checkgroup by upvalue (faster) |
18 | 18 | ||
19 | fix local domain socket kludge of name size | ||
20 | 19 | ||
21 | make sure all modules that can use it actually use socket.newtry | 20 | make sure all modules that can use it actually use socket.newtry |
22 | adicionar exemplos de expansão: pipe, local, named pipe | 21 | adicionar exemplos de expansão: pipe, local, named pipe |
@@ -27,4 +26,7 @@ testar os options! | |||
27 | - proteger get*by*.* com um mutex GLOBAL! | 26 | - proteger get*by*.* com um mutex GLOBAL! |
28 | - proteger ou atomizar o conjunto (timedout, receive), (timedout, send) | 27 | - proteger ou atomizar o conjunto (timedout, receive), (timedout, send) |
29 | - inet_ntoa também é uma merda. | 28 | - inet_ntoa também é uma merda. |
30 | - SSL | 29 | |
30 | |||
31 | *fix local domain socket kludge of name size | ||
32 | *use TLS | ||