summaryrefslogtreecommitdiff
path: root/benchmarks/iperf/files
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 2.0.4Marcus Alves Grando2008-06-102-22/+0
| | | | | | | | | - Update WWW Remained by: Miroslav Chlastak <chlastak___fialka.cz> Notes: svn path=/head/; revision=214620
* - If the network card's buffer is full, send returns -1 and setsMarcus Alves Grando2006-12-131-0/+16
| | | | | | | | | | | 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> Notes: svn path=/head/; revision=179661
* - Fix build when detect pthread_cancel (7.x)Marcus Alves Grando2006-04-241-0/+11
| | | | | | | | | | - Fix configure detection of pthread_cancel on 4.x 5.x and 6.x - portlint(1) Notified by: kris Notes: svn path=/head/; revision=160328
* - Update to 2.0.2Roman Bogorodskiy2005-05-101-0/+11
| | | | | | | | | | - Modify uintmax_t to uint64_t PR: 80841 Submitted by: Marcus Grando (maintainer) Notes: svn path=/head/; revision=134987
* Update iperf to version 1.6.3Scott Mace2002-10-182-51/+0
| | | | Notes: svn path=/head/; revision=68240
* add iperfYing-Chieh Liao2001-05-272-0/+51
A tool to measure maximum TCP and UDP bandwidth PR: 27462 Submitted by: Pete Fritchman <petef@databits.net> Notes: svn path=/head/; revision=43158