Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 May 1999 14:48:42 +0200 (CEST)
From:      dada@sbox.tu-graz.ac.at
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/11581: netperf port - rfc1644 forgotten
Message-ID:  <199905071248.OAA13383@localhost.kfunigraz.ac.at>

next in thread | raw e-mail | index | archive | help

>Number:         11581
>Category:       ports
>Synopsis:       netperf port - rfc1644 forgotten
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat May  8 08:20:00 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Martin Kammerhofer
>Release:        FreeBSD 2.2.8-STABLE i386
>Organization:
Graz University of Technology
>Environment:
>Description:
  The netperf port does not enable the T/TCP test (-t TCP_TRR).
  This can be achieved by adding -DDO_1644 to the compiler flags.
>How-To-Repeat:
  /usr/local/netperf/netserver -p 1234
  /usr/local/netperf/netperf -p 1234 -t TCP_TRR
>Fix:
--- patches/patch-aa~	Sun Jul 27 22:56:03 1997
+++ patches/patch-aa	Fri May  7 14:42:01 1999
@@ -32,7 +32,7 @@
   # -U__hpux    - Use this when compiling _on_ HP-UX *for* an HP-RT system
   
   LOG_FILE=DEBUG_LOG_FILE="\"/tmp/netperf.debug\""
-! CFLAGS = %CFLAGS% -D$(LOG_FILE) -DUSE_LOOPER -DHISTOGRAM -DDO_UNIX
+! CFLAGS = %CFLAGS% -D$(LOG_FILE) -DUSE_LOOPER -DHISTOGRAM -DDO_UNIX -DDO_1644
   
   # Some platforms, and some options, require additional libraries.
   # you can add to the "LIBS =" line to accomplish this. if you find

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199905071248.OAA13383>