Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Mar 2008 21:12:56 +0000 (UTC)
From:      Alexander Motin <mav@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netgraph ng_ksocket.c
Message-ID:  <200803072112.m27LCuGQ096881@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
mav         2008-03-07 21:12:56 UTC

  FreeBSD src repository

  Modified files:
    sys/netgraph         ng_ksocket.c 
  Log:
  Send only one incoming notification at a time to reduce queue
  trashing and improve performance.
  Remove waitflag argument from ng_ksocket_incoming2(), it means nothing
  as function call was queued by netgraph.
  Remove node validity check, as node validity guarantied by netgraph.
  Update comments.
  
  Revision  Changes    Path
  1.61      +26 -32    src/sys/netgraph/ng_ksocket.c



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