From owner-cvs-all Fri Feb 23 17:41:35 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CC95237B503; Fri, 23 Feb 2001 17:41:31 -0800 (PST) (envelope-from jlemon@FreeBSD.org) Received: (from jlemon@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1O1fVn01709; Fri, 23 Feb 2001 17:41:31 -0800 (PST) (envelope-from jlemon) Message-Id: <200102240141.f1O1fVn01709@freefall.freebsd.org> From: Jonathan Lemon Date: Fri, 23 Feb 2001 17:41:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys event.h src/sys/kern uipc_socket.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jlemon 2001/02/23 17:41:31 PST Modified files: sys/sys event.h sys/kern uipc_socket.c Log: Introduce a NOTE_LOWAT flag for use with the read/write filters, which allow the watermark to be passed in via the data field during the EV_ADD operation. Hook this up to the socket read/write filters; if specified, it overrides the so_{rcv|snd}.sb_lowat values in the filter. Inspired by: "Ronald F. Guilmette" Revision Changes Path 1.11 +6 -1 src/sys/sys/event.h 1.92 +5 -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