From owner-freebsd-ipfw@FreeBSD.ORG Wed Apr 30 12:52:12 2014 Return-Path: Delivered-To: freebsd-ipfw@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0FE6FF08 for ; Wed, 30 Apr 2014 12:52:12 +0000 (UTC) Received: from mail-pa0-x235.google.com (mail-pa0-x235.google.com [IPv6:2607:f8b0:400e:c03::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D998A1CC5 for ; Wed, 30 Apr 2014 12:52:11 +0000 (UTC) Received: by mail-pa0-f53.google.com with SMTP id ld10so1906243pab.26 for ; Wed, 30 Apr 2014 05:52:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type; bh=0A7v/YdnJqoCwWYKUtaKci6vp0OsfUp5rMrMxCcld60=; b=rpfwLDL112gv12y/uLG6/xW38190/e1Lq9d/2gp1d073qjYd5raNFGHx5JzP1yeSQc /Jm9NoNvoO+PnPZ2QJmBFALPLB8G6Q3++XQARNMUzBbrOoHkDs39Si76YJlTl+3neZcs 6kp1s/IJctRbH3PkuwRDtkRj2ov6sZWioBu6Y9I1I/un2TAiOQ1Sez9epuKdhK0SwNHl drgyyvcNejaw0Rsv6IzxR5CwDcuz54i8yQuXgCaNJbMJigyRcWbBBWeea60iP8FIaMUc YWsAr7hAXYZcehXTO3o1MF55Mu+R63rNde8rvj/gWFScerk0sJmCMPPgejUWL9bTH+N5 +rTw== X-Received: by 10.66.192.41 with SMTP id hd9mr8136814pac.87.1398862327806; Wed, 30 Apr 2014 05:52:07 -0700 (PDT) Received: from [192.168.1.102] ([203.117.37.53]) by mx.google.com with ESMTPSA id el14sm135267785pac.31.2014.04.30.05.52.05 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 30 Apr 2014 05:52:07 -0700 (PDT) Message-ID: <5360F1F4.9060808@gmail.com> Date: Wed, 30 Apr 2014 20:52:04 +0800 From: bycn82 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0) Gecko/20120129 Thunderbird/10.0 MIME-Version: 1.0 To: freebsd-ipfw@FreeBSD.org Subject: feature of `packet per second` Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.17 X-BeenThere: freebsd-ipfw@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: IPFW Technical Discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Apr 2014 12:52:12 -0000 Hi `packet per second` it is easy to be implemented using iptables, there is a module named `recent`, but in using ipfw, Do we have any solution to fulfill it? check the link below https://forums.freebsd.org/viewtopic.php?f=44&t=42933&p=258441#p258441 bycn82