Re: another flow snapshot
Simon Spero <ses@tipper.oit.unc.edu> Tue, 16 January 1996 07:10 UTC
Received: from ietf.nri.reston.va.us by IETF.CNRI.Reston.VA.US id aa11497;
16 Jan 96 2:10 EST
Received: from CNRI.Reston.VA.US by IETF.CNRI.Reston.VA.US id aa11492;
16 Jan 96 2:10 EST
Received: from [128.250.22.5] by CNRI.Reston.VA.US id aa27266;
16 Jan 96 2:10 EST
Received: from mailing-list by murtoa.cs.mu.OZ.AU (8.6.9/1.0)
id RAA19191; Tue, 16 Jan 1996 17:57:43 +1100
Received: from munnari.oz.au by murtoa.cs.mu.OZ.AU (8.6.9/1.0) with SMTP
id RAA19162; Tue, 16 Jan 1996 17:48:24 +1100
Received: from tipper.oit.unc.edu by munnari.oz.au with SMTP
(5.83--+1.3.1+0.55)
id GA16501; Tue, 16 Jan 1996 17:48:20 +1100 (from ses@tipper.oit.unc.edu)
Received: from chivalry (chivalry.eit.COM [192.100.58.30]) by
tipper.oit.unc.edu (8.6.12/8.6.10) with SMTP id BAA04601;
Tue, 16 Jan 1996 01:48:12 -0500
Date: Mon, 15 Jan 1996 22:51:06 -0800 (PST)
Sender: ietf-archive-request@IETF.CNRI.Reston.VA.US
From: Simon Spero <ses@tipper.oit.unc.edu>
X-Sender: ses@chivalry
To: Sean Doran <smd@icp.net>
Cc: big-internet@munnari.oz.au
Subject: Re: another flow snapshot
In-Reply-To: <96Jan15.222447-0000_est.20608+224@chops.icp.net>
Message-Id: <Pine.SOL.3.91.960115224919.24598A-100000@chivalry>
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Precedence: bulk
The bytes per packet in this count looks a bit low (I used FTP-data as a reference, as that should have full packets for all but the last). Does this average include the ack packets and IP and IP/TCP headers? (defun modexpt (x y n) "computes (x^y) mod n" (cond ((= y 0) 1) ((= y 1) (mod x n)) ((evenp y) (mod (expt (modexpt x (/ y 2) n) 2) n)) (t (mod (* x (modexpt x (1- y) n)) n))))
- another flow snapshot Sean Doran
- Re: another flow snapshot Simon Spero
- Re: another flow snapshot Christian Huitema
- Re: another flow snapshot Tony Li
- Re: another flow snapshot Sean Doran
- Re: another flow snapshot Sean Doran
- Re: another flow snapshot Vadim Antonov
- Re: another flow snapshot k claffy
- Re: another flow snapshot (fwd) Hans-Werner Braun
- Re: another flow snapshot (fwd) Andrew Molitor
- Re: another flow snapshot Bill Manning