Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Mar 2008 19:04:42 +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:  <200803111904.m2BJ4g1K011053@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
mav         2008-03-11 19:04:42 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/netgraph         ng_ksocket.c 
  Log:
  MFC rev. 1.61
  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.55.2.5  +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?200803111904.m2BJ4g1K011053>