[usocket-cvs] r496 - usocket/trunk
Hans Hübner
hhubner at common-lisp.net
Sun May 3 15:04:19 UTC 2009
Author: hhubner
Date: Sun May 3 11:04:18 2009
New Revision: 496
Log:
correct ECONNRESET errno (how many more are wrong?)
Modified:
usocket/trunk/condition.lisp
Modified: usocket/trunk/condition.lisp
==============================================================================
--- usocket/trunk/condition.lisp (original)
+++ usocket/trunk/condition.lisp Sun May 3 11:04:18 2009
@@ -183,7 +183,7 @@
((49 99) . address-not-available-error)
((9) . bad-file-descriptor-error)
((61 111) . connection-refused-error)
- ((64 131) . connection-reset-error)
+ ((54 104) . connection-reset-error)
((53 103) . connection-aborted-error)
((22) . invalid-argument-error)
((55 105) . no-buffers-error)
More information about the usocket-cvs
mailing list