K 10 svn:author V 5 peter K 8 svn:date V 27 2000-05-19T00:55:21.000000Z K 7 svn:log V 390 Return ECONNRESET instead of EINVAL if the connection has been shot down as a result of a reset. Returning EINVAL in that case makes no sense at all and just confuses people as to what happened. It could be argued that we should save the original address somewhere so that getsockname() etc can tell us what it used to be so we know where the problem connection attempts are coming from. END