aboutsummaryrefslogtreecommitdiff
path: root/doc/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/index.html')
-rw-r--r--doc/index.html7
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;
173running;
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
175simple 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
177non-blocking); 178non-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>;