Date: Thu, 28 Feb 2002 03:22:40 -0800 (PST) From: Ian Dowse <iedowse@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern uipc_socket.c Message-ID: <200202281122.g1SBMek78168@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
iedowse 2002/02/28 03:22:40 PST Modified files: sys/kern uipc_socket.c Log: In sosend(), enforce the socket buffer limits regardless of whether the data was supplied as a uio or an mbuf. Previously the limit was ignored for mbuf data, and NFS could run the kernel out of mbufs when an ipfw rule blocked retransmissions. Revision Changes Path 1.111 +1 -1 src/sys/kern/uipc_socket.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?200202281122.g1SBMek78168>