bumped 9.4.3b3 release note

This commit is contained in:
Evan Hunt 2008-09-16 18:33:22 +00:00
parent 9b142be04b
commit d06ddaf1f9

View file

@ -1,10 +1,10 @@
--- 9.4.3b3 released ---
2443. [bug] win32: UDP connect() would not generate an event,
and so connected UDP sockets would never clean up.
Fix this by doing an immediate WSAConnect() rather
than an io completion port type for UDP.
--- 9.4.3b3 released ---
2438. [bug] Timeouts could be logged incorrectly under win32.
[RT #18617]