cvs commit: ports/benchmarks/iperf Makefile ports/benchmarks/iperf/files patch-src__Client.cpp

Marcus Alves Grando mnag at FreeBSD.org
Wed Dec 13 05:43:42 PST 2006


mnag        2006-12-13 13:43:41 UTC

  FreeBSD ports repository

  Modified files:
    benchmarks/iperf     Makefile 
  Added files:
    benchmarks/iperf/files patch-src__Client.cpp 
  Log:
  - If the network card's buffer is full, send returns -1 and sets
    errno to ENOBUFS, which causes issues with the UDP bandwidth tests.
    Check if errno != ENOBUFS after write(2).
  - Bump PORTREVISION
  
  Submitted by:   Ryan T. Dean <rtdean___tcamail.net>
  
  Revision  Changes    Path
  1.19      +1 -0      ports/benchmarks/iperf/Makefile
  1.1       +16 -0     ports/benchmarks/iperf/files/patch-src__Client.cpp (new)


More information about the cvs-ports mailing list