diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-07-29 05:55:51 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-07-29 05:55:51 +0000 |
commit | cf57768e77c84025a4bfbd99485b21cc6faaaff6 (patch) | |
tree | 75d68816def9e9dc2c7012314cc88a32ada5105b /FIX | |
parent | ecb8db95a4ed38ec1a816a4ae42a1ddc7d1c0d0c (diff) | |
download | luasocket-cf57768e77c84025a4bfbd99485b21cc6faaaff6.tar.gz luasocket-cf57768e77c84025a4bfbd99485b21cc6faaaff6.tar.bz2 luasocket-cf57768e77c84025a4bfbd99485b21cc6faaaff6.zip |
Accounting...
Diffstat (limited to 'FIX')
-rw-r--r-- | FIX | 19 |
1 files changed, 1 insertions, 18 deletions
@@ -1,18 +1 @@ | |||
1 | UDP has a reasonable maximum datagram size | filter.chain is coroutine-free | |
2 | receive accepts the prefix optional argument | ||
3 | send doesn't support multiple arguments anymore | ||
4 | send allows the selection of the substring to be sent | ||
5 | fix bug that caused select return tables not to be associative on windows | ||
6 | compiles with g++ | ||
7 | new sample unix domain support | ||
8 | new sample LPD support | ||
9 | comprehensive error messages in the default case. | ||
10 | new getstats method to help throttle. | ||
11 | listen defaults to 32 backlog | ||
12 | smtp/ftp/http fail gracefully | ||
13 | accept/connect/select interrupt safe | ||
14 | accepted sockets are nonblocking | ||
15 | new timming functions. higher resolution, no wrap around | ||
16 | bug fixes in the manual | ||
17 | getfd missing cast | ||
18 | fixed local domain socket kludge of name size | ||