--MimeMultipartBoundary
Content-Type: TEXT/PLAIN; charset=US-ASCII
On Sun, 2 Nov 1997, Oskar Pearson wrote:
> Also - any idea why accept and connect would return errors? Is it because
> the system would be forced to block?
If you mean things like getting ECONNRESET from accept(), this is just how
linux behaves. If a client makes a connection which goes through the
tcp/ip handshake, but is tossed before the accept(), linux will report it
as ECONNRESET. This happens a lot with web browsers... because the user
hits the stop button or whatnot. Other unixes silently drop these things.
I forget if there's a good kernel reason for it.
Dean
--MimeMultipartBoundary--
Received on Tue Jul 29 2003 - 13:15:44 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:11:28 MST