From owner-freebsd-net@FreeBSD.ORG Tue Jul 12 12:42:15 2005 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C92316A41C for ; Tue, 12 Jul 2005 12:42:15 +0000 (GMT) (envelope-from rik@cronyx.ru) Received: from hanoi.cronyx.ru (hanoi.cronyx.ru [144.206.181.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBE0B43D46 for ; Tue, 12 Jul 2005 12:42:14 +0000 (GMT) (envelope-from rik@cronyx.ru) Received: (from root@localhost) by hanoi.cronyx.ru (8.13.0/vak/3.0) id j6CCdCWb079991 for freebsd-net@freebsd.org.checked; Tue, 12 Jul 2005 16:39:12 +0400 (MSD) (envelope-from rik@cronyx.ru) Received: from [144.206.181.94] (hi.cronyx.ru [144.206.181.94]) by hanoi.cronyx.ru (8.13.0/vak/3.0) with ESMTP id j6CCbjZu079981 for ; Tue, 12 Jul 2005 16:37:46 +0400 (MSD) (envelope-from rik@cronyx.ru) Message-ID: <42D3B9A8.6000803@cronyx.ru> Date: Tue, 12 Jul 2005 16:38:00 +0400 From: Roman Kurakin User-Agent: Mozilla Thunderbird 0.9 (Windows/20041103) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-net@freebsd.org Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit Subject: ping delay, initial request X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Jul 2005 12:42:15 -0000 Hi, I am starting to investigate some net problem and I wonder if this problem seen/known. The problem was observed with ce(4) (Cronyx Tau32-PCI/Lite, it is not in the tree yet, but similar to cp(4)/ctau(4) devices) and sppp(4). If you run usual ping you will see normal delay which is much less than 1sec. But if you run flood ping, stop it, and run normal ping again you'll see delay about one sec. ping x.x.x.x delay << 1 sec ping -f x.x.x.x average delay << 1 sec ping x.x.x.x delay ~ 1 sec This was seen on FreeBSD 4.11 stable. Any ideas? Does any body observed such behaviour in other environment? rik