mirror of
https://github.com/lunarmodules/luasocket.git
synced 2025-07-12 22:03:31 +02:00
Tested in windows. Still needs more testing, but progress has been made.
This commit is contained in:
11
TODO
11
TODO
@ -1,8 +1,13 @@
|
||||
change send/recv to avoid using select
|
||||
|
||||
|
||||
|
||||
check for interrupt compliance
|
||||
add connect with timeout
|
||||
add gethostname and use it in HTTP, SMTP etc, and add manual entry.
|
||||
|
||||
add local connect, and manual entry
|
||||
add shutdown, and manual entry
|
||||
|
||||
add shutdown manual entry
|
||||
|
||||
only allocate in case of success
|
||||
only call select if io fails...
|
||||
@ -65,6 +70,8 @@ Ajeitar o protocolo da luaopen_socket()... sei l
|
||||
- testar os options!
|
||||
- adicionar exemplos de expans<6E>o: pipe, local, named pipe
|
||||
|
||||
* add shutdown
|
||||
* change send/recv to avoid using select
|
||||
* O location do "redirect" pode ser relativo ao servidor atual (n<>o pode,
|
||||
mas os servidores fazem merda...)
|
||||
* Ajeitar para Lua 5.0
|
||||
|
Reference in New Issue
Block a user