On Wed, 7 Jun 2000, Leo Wierzbowski wrote:

> andrew morgan wrote:
> > 
> > dsi_stream_read calls the standard POSIX read function.  It returns -1 on
> > an error and sets errno.  In the log above, we see "dsi_stream_read(-1):
> > Connection reset by peer", which indicates that the other end of the
> > tcp/ip connection either timed out or closed the connection with a
> > standard tcp/ip FIN/ACK packet.
> 
> Thanks!

Small correction to the above.  I should have said "timed out or closed
the connection *without* a standard tcp/ip FIN/ACK packet."

        Andy

Reply via email to