mirror of
https://github.com/lunarmodules/luasocket.git
synced 2024-11-16 18:28:21 +01:00
Accounting...
This commit is contained in:
parent
ecb8db95a4
commit
cf57768e77
19
FIX
19
FIX
@ -1,18 +1 @@
|
|||||||
UDP has a reasonable maximum datagram size
|
filter.chain is coroutine-free
|
||||||
receive accepts the prefix optional argument
|
|
||||||
send doesn't support multiple arguments anymore
|
|
||||||
send allows the selection of the substring to be sent
|
|
||||||
fix bug that caused select return tables not to be associative on windows
|
|
||||||
compiles with g++
|
|
||||||
new sample unix domain support
|
|
||||||
new sample LPD support
|
|
||||||
comprehensive error messages in the default case.
|
|
||||||
new getstats method to help throttle.
|
|
||||||
listen defaults to 32 backlog
|
|
||||||
smtp/ftp/http fail gracefully
|
|
||||||
accept/connect/select interrupt safe
|
|
||||||
accepted sockets are nonblocking
|
|
||||||
new timming functions. higher resolution, no wrap around
|
|
||||||
bug fixes in the manual
|
|
||||||
getfd missing cast
|
|
||||||
fixed local domain socket kludge of name size
|
|
||||||
|
6
TODO
6
TODO
@ -1,7 +1,6 @@
|
|||||||
change sendraw to send by chunks
|
|
||||||
|
|
||||||
use mike's "don't set to blocking before closing unless needed" patch?
|
use mike's "don't set to blocking before closing unless needed" patch?
|
||||||
take a look at DB's smtp patch
|
take a look at DB's smtp patch (add "extra argument" table)
|
||||||
|
move wsocket.c:sock_send kludge to buffer.c:sendraw (probably)?
|
||||||
|
|
||||||
optmize aux_getgroupudata (Mike idea)
|
optmize aux_getgroupudata (Mike idea)
|
||||||
make aux_newclass receive upvalues
|
make aux_newclass receive upvalues
|
||||||
@ -32,3 +31,4 @@ testar os options!
|
|||||||
* fix manual for send and receive
|
* fix manual for send and receive
|
||||||
* add thanks to mike
|
* add thanks to mike
|
||||||
* change sock:send to use indices just like string.sub?
|
* change sock:send to use indices just like string.sub?
|
||||||
|
* change sendraw to send by chunks
|
||||||
|
Loading…
Reference in New Issue
Block a user