From owner-freebsd-hackers Mon Nov 2 15:13:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA23648 for freebsd-hackers-outgoing; Mon, 2 Nov 1998 15:13:17 -0800 (PST) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from zed.ludd.luth.se (zed.ludd.luth.se [130.240.16.33]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA23641 for ; Mon, 2 Nov 1998 15:13:15 -0800 (PST) (envelope-from pantzer@speedy.ludd.luth.se) Received: from speedy.ludd.luth.se (speedy.ludd.luth.se [130.240.16.164]) by zed.ludd.luth.se (8.8.5/8.8.5) with ESMTP id AAA27182; Tue, 3 Nov 1998 00:13:07 +0100 Message-Id: <199811022313.AAA27182@zed.ludd.luth.se> X-Mailer: exmh version 2.0.1 12/23/97 To: dag-erli@ifi.uio.no (Dag-Erling C. =?iso-8859-1?Q?Sm=F8rgrav?= ) cc: hackers@FreeBSD.ORG Subject: Re: TTCP for Freebsd In-Reply-To: Message from dag-erli@ifi.uio.no (Dag-Erling C. =?iso-8859-1?Q?Sm=F8rgrav?= ) of "02 Nov 1998 19:40:16 +0100." Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Date: Tue, 03 Nov 1998 00:13:07 +0100 From: Mattias Pantzare Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id PAA23642 Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > He's probably talking about ttcp, not T/TCP. As in: > > > > NAME > > ttcp - test TCP and UDP performance > > [...] > > It's extremely useful. > > It's also extremely ugly. It has about a dozen printf format errors, a > handful of unprototyped functions, a smattering of pointer errors and > a valueless return from a non-void function. OTOH, I guess that's not > too bad considering it's age. > > Since it's in the public domain, there's nothing to stop us from > cleaning it up and sticking it into the tree. Do a search for nttcp-1.3 on ftpsearch.ntnu.no and you will find a more modern version. >From the README: This is README of nttcp-1.3: This program is a much more convient version of the ttcp program. It uses inetd (or simulates its behaviour) to start off the remote side program which will send/receive data. Both sides measure the time and number of bytes transfered. The local side will print the measures. The format of the output can be specified on the commandline. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message