Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Aug 2002 09:53:43 -0700 (PDT)
From:      Luigi Rizzo <luigi@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netinet ip_dummynet.c ip_dummynet.h
Message-ID:  <200208151653.g7FGrhwq064305@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
luigi       2002/08/15 09:53:43 PDT

  Modified files:
    sys/netinet          ip_dummynet.c ip_dummynet.h 
  Log:
  Kernel support for a dummynet option:
  When a pipe or queue has the "noerror" attribute, do not report
  drops to the caller (ip_output() and friends).
  (2 lines to implement it, 2 lines to document it.)
  
  This will let you simulate losses on the sender side as if they
  happened in the middle of the network, i.e. with no explicit feedback
  to the sender.
  
  manpage and ipfw2.c changes to follow shortly, together with other
  ipfw2 changes.
  
  Requested by: silby
  MFC after: 3 days
  
  Revision  Changes    Path
  1.52      +1 -1      src/sys/netinet/ip_dummynet.c
  1.22      +1 -0      src/sys/netinet/ip_dummynet.h

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?200208151653.g7FGrhwq064305>