From owner-freebsd-questions Sat May 26 12:38:50 2001 Delivered-To: freebsd-questions@freebsd.org Received: from freesbee.wheel.dk (freesbee.wheel.dk [193.162.159.97]) by hub.freebsd.org (Postfix) with ESMTP id 5F3E337B424; Sat, 26 May 2001 12:38:32 -0700 (PDT) (envelope-from jesper@skriver.dk) Received: by freesbee.wheel.dk (Postfix, from userid 1001) id 541185D79; Sat, 26 May 2001 21:40:14 +0200 (CEST) Date: Sat, 26 May 2001 21:40:14 +0200 From: Jesper Skriver To: Harkirat Singh Cc: Josh Paetzel , freebsd-net@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG Subject: Re: UDP - Reliable throughput mesaurement Message-ID: <20010526214014.C95985@skriver.dk> References: <01052614133701.54532@mark9.vladsempire.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from singh@pdx.edu on Sat, May 26, 2001 at 12:24:45PM -0700 X-PGP-Fingerprint: 6B88 9CE8 66E9 E631 C9C5 5EB4 22AB F0EC F956 1C31 X-PGP-Public-Key: http://freesbee.wheel.dk/~jesper/gpgkey.pub Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, May 26, 2001 at 12:24:45PM -0700, Harkirat Singh wrote: > On Sat, 26 May 2001, Josh Paetzel wrote: > > > On Saturday 26 May 2001 13:51, Harkirat Singh wrote: > > > > > Hello! > > > > > > I want to measure UDP thruput of lossy channel, is there any > > > tool which tests it? I looked at some of the tools but these do > > > not take care of loss, I mean no retransmisson, just measure raw > > > thruput of UDP (TTCP is one of these). > > > > > > I am looking for a measurement tool which should retransmit in > > > case of loss and keep a track of packets, I mean make UDP reliable > > > amd blocking calls. > > > > > > Thanks, > > > > > > Harkirat > > > > Uhhmmm, seeing as UDP is specifically designed as being "lossy" I > > don't think there is going to be anything that can help you out > > there. There is a really good protocol that you can use if you need > > "reliable" delivery of packets over IP. If I remember right, it is > > called TCP. > > > > Josh > > I specifically want to see the performance of UDP in lossy channel, I > am sure there must be some tool to measure it, I doing a kind of study > and want to analyse TCP vs. UDP! But when you want retransmission of UDP, you have to implement it in the application layer, and then you're actually measureing the performance of your application (and how it's retransmission algoritems compare to those of TCP) as much as your measureing the performance of UDP vs. TCP. /Jesper -- Jesper Skriver, jesper(at)skriver(dot)dk - CCIE #5456 Work: Network manager @ AS3292 (Tele Danmark DataNetworks) Private: FreeBSD committer @ AS2109 (A much smaller network ;-) One Unix to rule them all, One Resolver to find them, One IP to bring them all and in the zone to bind them. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message