From owner-freebsd-questions@FreeBSD.ORG Thu Sep 25 15:05:18 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 08BC7106568C for ; Thu, 25 Sep 2008 15:05:18 +0000 (UTC) (envelope-from gurdiga@gmail.com) Received: from mail-gx0-f17.google.com (mail-gx0-f17.google.com [209.85.217.17]) by mx1.freebsd.org (Postfix) with ESMTP id B9BE68FC33 for ; Thu, 25 Sep 2008 15:05:17 +0000 (UTC) (envelope-from gurdiga@gmail.com) Received: by gxk10 with SMTP id 10so7065312gxk.19 for ; Thu, 25 Sep 2008 08:05:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=pjE0mXJVnZEjiJl2S7F+e4iLOgwTdmmNSK+gKDswydc=; b=udNvvioWNA4FBWYOG3unDD87t19HwoR2/WqS6pNeH13Gie8wCaafcfoca2flVUH2b9 WnKLfdS0tXxt1J3E+5leEyGCPOgNqyptuG5L+FSEnLcivo/zQ5AApMHmFgG9G71oJ21l Zv3tWC+dowHu//5d4mPY47W+i9Qpmo0XY7PAE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=ChpYOQPeuG/e5/fpcULcBWNkUAH3ZGBwzHD+Fbhcnl2AFYzdCylV8lB09cuFaAowF0 zsToDlZ9jKlOmUCweBp/D/h0fdFmVm05zO3zkeihT1Y518nR664yK7zyk/Cb0uEHWXL8 BHu44fhZPDjRNl2wDup1W8nlnuHSwV4FueYxc= Received: by 10.142.217.19 with SMTP id p19mr3166236wfg.348.1222355116342; Thu, 25 Sep 2008 08:05:16 -0700 (PDT) Received: by 10.142.52.12 with HTTP; Thu, 25 Sep 2008 08:05:16 -0700 (PDT) Message-ID: Date: Thu, 25 Sep 2008 18:05:16 +0300 From: "Vlad GURDIGA" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Limiting closed port RST X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Sep 2008 15:05:18 -0000 Hello, I've started an Apache bechmark with ab today and a lot of such messages from kernel appeared in /var/log/messages: Sep 25 16:16:34 dev01 kernel: Limiting closed port RST response from 270 to 200 packets/sec Sep 25 16:19:10 dev01 kernel: Limiting closed port RST response from 475 to 200 packets/sec Sep 25 16:19:15 dev01 kernel: Limiting closed port RST response from 220 to 200 packets/sec Sep 25 16:19:19 dev01 kernel: Limiting closed port RST response from 243 to 200 packets/sec What do they mean?