Date: Thu, 30 Jan 2003 06:19:58 -0800 (PST) From: Gary Jennejohn <gj@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i4b/driver i4b_isppp.c Message-ID: <200301301419.h0UEJwkN031849@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
gj 2003/01/30 06:19:58 PST Modified files: sys/i4b/driver i4b_isppp.c Log: Add a fix for the case where the dialout fails. In this case the isp interface was left in an active, but not connected, state, which resulted in data being sent to it and the transmit queue filling up. This happened because the driver never informed sppp that it shoulkd clean up the connection. This fix informs sppp that it should clean things up. The fix was actually developed and tested under -stable, so a short MFC period seems appropriate, say 2 days. Contributed by: Ari Suutari <ari.suutari@syncrontech.com> Revision Changes Path 1.21 +13 -0 src/sys/i4b/driver/i4b_isppp.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?200301301419.h0UEJwkN031849>