Date: Fri, 23 Feb 2001 13:07:07 -0800 (PST) From: Jonathan Lemon <jlemon@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet tcp_subr.c Message-ID: <200102232107.f1NL77567107@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jlemon 2001/02/23 13:07:07 PST
Modified files:
sys/netinet tcp_subr.c
Log:
When converting soft error into a hard error, drop the connection. The
error will be passed up to the user, who will close the connection, so
it does not appear to make a sense to leave the connection open.
This also fixes a bug with kqueue, where the filter does not set EOF
on the connection, because the connection is still open.
Also remove calls to so{rw}wakeup, as we aren't doing anything with
them at the moment anyway.
Reviewed by: alfred, jesper
Revision Changes Path
1.93 +8 -4 src/sys/netinet/tcp_subr.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200102232107.f1NL77567107>
