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)
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to