Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Feb 2001 17:41:31 -0800 (PST)
From:      Jonathan Lemon <jlemon@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/sys event.h src/sys/kern uipc_socket.c
Message-ID:  <200102240141.f1O1fVn01709@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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" <rfg@monkeys.com>
  
  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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200102240141.f1O1fVn01709>