diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-07-26 05:17:37 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-07-26 05:17:37 +0000 |
commit | 911e8d7e7f63e6e90814e82955bfaf26328afb19 (patch) | |
tree | 575a916f4616a0f865bff9928faa9be67a8c867e /doc | |
parent | d914007507a6a4ad3489cca19652af403fef7074 (diff) | |
download | luasocket-911e8d7e7f63e6e90814e82955bfaf26328afb19.tar.gz luasocket-911e8d7e7f63e6e90814e82955bfaf26328afb19.tar.bz2 luasocket-911e8d7e7f63e6e90814e82955bfaf26328afb19.zip |
Beta2 is out! Total timeout works on Windows.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/index.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/index.html b/doc/index.html index 8eaa37a..ada3b61 100644 --- a/doc/index.html +++ b/doc/index.html | |||
@@ -169,10 +169,11 @@ Changes in the 2.0-beta2 were mostly bug-fixes. | |||
169 | </p> | 169 | </p> |
170 | 170 | ||
171 | <ul> | 171 | <ul> |
172 | <li> Fixed silly last minute bugs in HTTP/SMTP that prevented them from | 172 | <li> Fixed silly last-minute-change bug in HTTP/SMTP running; |
173 | running; | ||
174 | <li> <tt>usocket.c</tt>/<tt>wsocket.c</tt> look nicer thanks to Mike; | 173 | <li> <tt>usocket.c</tt>/<tt>wsocket.c</tt> look nicer thanks to Mike; |
175 | <li> UDP has a reasonable maximum datagram size; | 174 | <li> Finally total timeout is reliable on Windows! (found a pretty |
175 | simple work around); | ||
176 | <li> UDP has a reasonable maximum datagram size (8k); | ||
176 | <li> <tt>Receive</tt> accepts the prefix optional argument (good for | 177 | <li> <tt>Receive</tt> accepts the prefix optional argument (good for |
177 | non-blocking); | 178 | non-blocking); |
178 | <li> <b><tt>Send</tt> doesn't support multiple arguments anymore</b>; | 179 | <li> <b><tt>Send</tt> doesn't support multiple arguments anymore</b>; |