<div class="gmail_quote">On Fri, Feb 12, 2010 at 10:26 AM, Poul-Henning Kamp <span dir="ltr"><<a href="mailto:phk@phk.freebsd.dk">phk@phk.freebsd.dk</a>></span> wrote:</div><div class="gmail_quote"><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
I can find absolutely no trace of EBADF meaning "remote end closed"<br>
in the Solaris docs or other docs on the web, but that as far as I<br>
can tell that is indeed what happens here.<br></blockquote><div><br></div><div>Source code is at <a href="http://src.opensolaris.org/source/">http://src.opensolaris.org/source/</a> if you feel like digging through it.</div>
<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
If I had implemented the hack I suspect Solaris contains, I would<br>
have found some bit somewhere, to make sure the errno would be the<br>
correct, documented and expected:<br>
<br>
        #define ECONNRESET      54     /* Connection reset by peer */<br>
<br>
Somebody with a Solaris service contract, if such things still<br>
exist, should report this as a bug to them...</blockquote><div><br></div><div>I have a feeling such a change will be nontrivial because TCP is implemented under STREAMS under Solaris.  I don't intend to discourage anyone from trying, though.</div>
<div><br></div><div>--Michael</div></div>