[usocket-cvs] r39 - usocket/trunk

ehuelsmann at common-lisp.net ehuelsmann at common-lisp.net
Sat Feb 4 14:16:42 UTC 2006


Author: ehuelsmann
Date: Sat Feb  4 08:16:42 2006
New Revision: 39

Modified:
   usocket/trunk/README
Log:
Update README with a 'known problems' section.

Modified: usocket/trunk/README
==============================================================================
--- usocket/trunk/README	(original)
+++ usocket/trunk/README	Sat Feb  4 08:16:42 2006
@@ -24,8 +24,8 @@
  - address-not-available-error
  - bad-file-descriptor-error
  - connection-refused-error
- - connection-aborted-error * TODO
- - connection-reset-error * TODO
+ - connection-aborted-error
+ - connection-reset-error
  - invalid-argument-error
  - no-buffers-error
  - operation-not-supported-error
@@ -51,3 +51,9 @@
  - socket-accept (method)
  - socket-local-address (method)
  - socket-peer-address (method)
+
+
+KNOWN PROBLEMS
+- CMUCL error reporting wrt sockets raises only simple-errors
+  meaning there's no way to tell different error conditions apart.
+  All errors are mapped to unknown-error on CMUCL.



More information about the usocket-cvs mailing list