ld just report
> S> ENOTCONN instead of ECONNRESET.
> S>
> S> Submitted by: Jason Eggleston
> S> Reviewed by: glebius
> S> Sponsored by: Limelight Networks
> S> Differential Revision: https://reviews.freebsd.org/D12
https://reviews.freebsd.org/D12633
On Mon, Oct 9, 2017 at 5:01 PM, Jason Eggleston wrote:
> In tcp_input.c, this is where a RST is handled. so_error gets ECONNRESET,
> then tcp_close() is called.
>
> case TCPS_ESTABLISHED:
>
: 324405
> > S> URL: https://svnweb.freebsd.org/changeset/base/324405
> > S>
> > S> Log:
> > S> Check so_error early in sendfile() call. Prior to this patch, if a
> > S> connection was reset by the remote end, sendfile() would just report
>