From owner-freebsd-hackers Fri Jun 9 08:31:47 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id IAA13347 for hackers-outgoing; Fri, 9 Jun 1995 08:31:47 -0700 Received: from haven.uniserve.com (haven.uniserve.com [198.53.215.121]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id IAA13341 for ; Fri, 9 Jun 1995 08:31:43 -0700 Received: by haven.uniserve.com id <30732>; Fri, 9 Jun 1995 08:32:59 +0100 Date: Fri, 9 Jun 1995 08:32:51 -0700 (PDT) From: Tom Samplonius To: Mike Pritchard cc: hackers@freebsd.org Subject: Re: Ping times over PPP link to Linux box In-Reply-To: <199506090619.BAA00509@mpp.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: hackers-owner@freebsd.org Precedence: bulk On Fri, 9 Jun 1995, Mike Pritchard wrote: > I recently switched to a new ISP, and my new provider runs PPP > on a Linux box. Pings times from my machine to theirs over a 28.8 > modem average 220ms. With my previous provider (SLIP - SunOs) I > usually got ping times of 160ms. I also average 160ms ping times > over a PPP link that is established between a 28.8 modem and a > 14.4 modem both on my own machine, so I don't think the FreeBSD > PPP interface is at fault. It may not be that easy. Some systems place responding to pings at the lowest priority, so the response time will be based on overall system load. Tom