[Fwd: Netperf-NT Workstation]

Rick Jones (raj@cup.hp.com)
Tue, 12 Oct 1999 09:51:12 -0700

This is a multi-part message in MIME format.
--------------4A626787DE90F700D7AD5FA6
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

I'm afraid I've not the time to work on this right now, but if anyone
else is interested....

rick

--
these opinions are mine, all mine; HP might not want them anyway... :)
feel free to email, or post, but please do not do both...
my email address is raj in the cup.hp.com domain...
--------------4A626787DE90F700D7AD5FA6
Content-Type: message/rfc822
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Received: from onet2.cup.hp.com (onet2.cup.hp.com [15.75.208.47]) by loiter.cup.hp.com with ESMTP (8.8.6/8.7.3 TIS Messaging 5.0) id FAA17378 for <raj@loiter.cup.hp.com>; Mon, 11 Oct 1999 05:28:58 -0700 (PDT) Received: from www.eng.uct.ac.za (www.eng.uct.ac.za [137.158.135.175]) by onet2.cup.hp.com (Postfix) with ESMTP id 62107B2F for <raj@cup.hp.com>; Mon, 11 Oct 1999 05:28:34 -0700 (PDT) Received: from mail.uct.ac.za (satgroup.ee.uct.ac.za [137.158.129.172]) by www.eng.uct.ac.za (8.9.3/8.9.2) with ESMTP id OAA66683 for <raj@cup.hp.com>; Mon, 11 Oct 1999 14:25:47 +0200 (SAT) (envelope-from tkxsem001@mail.uct.ac.za) Message-ID: <3801D6EA.BB8468F4@mail.uct.ac.za> Date: Mon, 11 Oct 1999 14:24:10 +0200 From: Semere Tekie <tkxsem001@mail.uct.ac.za> Organization: University of Cape Town X-Mailer: Mozilla 4.61 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: raj@cup.hp.com Subject: Netperf-NT Workstation Content-Type: multipart/alternative; boundary="------------C9FF41FB6A039461E5A8373A" X-Mozilla-Status2: 00000000

--------------C9FF41FB6A039461E5A8373A Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit

Hi Rick,

I'll make this short..... I'm running an NT workstation with netperf. I've installed Inetd from Ockham technologies. The readme file that comes with Inetd suggests the following:

Network aware programs, which do I/O over a windows socket, need to use the environment variable passed, INETD_SOCK, to obtain the socket handle that inetd has created for connecting the program to a remote user. Inetd sets up this environment variable to the handle of a connected socket for a program. This socket handle is inherited by a program and is already accessible. So a network aware program only needs to add code similar to the following to make the program work:

sock=atoi(getenv("INETD_SOCK")); recv(sock,...); send(sock,...);

I cann't do this because I got the precompiled exe files. Is there another way of solving this problem? I really need netperf to perform some tests on a satellite internet network and don't have much time left, any help offered would be greately appreciated.

Regards

Semere Tekie University of Cape Town South Africa

--------------C9FF41FB6A039461E5A8373A Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit

<!doctype html public "-//w3c//dtd html 4.0 transitional//en">  
Hi Rick,

I'll make this short.....
I'm running an NT workstation with netperf. I've installed Inetd from Ockham technologies. The readme file that comes with Inetd suggests the following:


Network aware programs, which do I/O over a windows socket, need to use the
environment variable passed, INETD_SOCK, to obtain the socket handle that inetd
has created for connecting the program to a remote user.
Inetd sets up this environment variable to the handle of a connected socket
for a program. This socket handle is inherited by a program and is already
accessible. So a network aware program only needs to add code similar to the
following to make the program work:

  sock=atoi(getenv("INETD_SOCK"));
  recv(sock,...);
  send(sock,...);

I cann't do this because I got the precompiled exe files. Is there another way of solving this problem? I really need netperf to perform some tests on a satellite internet network and don't have much time left, any help offered would be greately appreciated.

Regards

Semere Tekie
University of Cape Town
South Africa --------------C9FF41FB6A039461E5A8373A-- --------------4A626787DE90F700D7AD5FA6--