summaryrefslogtreecommitdiff
path: root/benchmarks/iperf (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Remove NO_CDROM since it´s not restricted anymore.Marcus Alves Grando2007-03-251-2/+0
| | | | | | | | PR: 108544 Submitted by: Jordan Gordeev<jgordeev___dir.bg> Notes: svn path=/head/; revision=188220
* - If the network card's buffer is full, send returns -1 and setsMarcus Alves Grando2006-12-132-0/+17
| | | | | | | | | | | 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-242-10/+18
| | | | | | | | | | - 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
* Add SHA256Marcus Alves Grando2005-11-091-0/+1
| | | | Notes: svn path=/head/; revision=147666
* Update my emailMarcus Alves Grando2005-09-161-1/+1
| | | | | | | Approved by: pav (mentor) Notes: svn path=/head/; revision=142945
* - Move iperf from net to benchmarksPav Lucistnik2005-05-211-1/+1
| | | | | | | | | PR: ports/81201 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> (maintainer) Repocopy by: marcus Notes: svn path=/head/; revision=135811
* - Update to 2.0.2Roman Bogorodskiy2005-05-103-5/+18
| | | | | | | | | | - Modify uintmax_t to uint64_t PR: 80841 Submitted by: Marcus Grando (maintainer) Notes: svn path=/head/; revision=134987
* Add mirrorVolker Stolz2005-04-071-1/+3
| | | | | | | | PR: ports/79347 Submitted by: maintainer Notes: svn path=/head/; revision=132696
* - Update to 2.0.1.Florent Thoumie2005-03-114-29/+43
| | | | | | | | | | | - Add OPTIONS. PR: ports/76553 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> Approved by: pav (mentor) Notes: svn path=/head/; revision=130874
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Add 'ipv6' on CATEGORIES.Munechika SUMIKAWA2003-05-171-1/+1
| | | | Notes: svn path=/head/; revision=81166
* Update iperf to 1.7.0.Scott Mace2003-05-162-3/+3
| | | | | | | | | | | | | | | | | | | | This version also builds under ia64 From the iperf changelog: Added bidirectional testing both simultaneously and tradeoff Added server side statistic reporting on the client for UDP Limits on the number of connections and locations for servers Changes: Fixed the IPv6 Multicast implementation Removed the SegFault on exit by Ctrl-C for the server Thread bug resulting in "pthread create failed" after many clients "connect failed" on server for UDP clients when IPv6 is enabled is fixed Notes: svn path=/head/; revision=81112
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Fix pkg-plistEdwin Groothuis2003-02-031-1/+1
| | | | | | | | PR: ports/47835 Submitted by: Hendrik Scholz <hendrik@scholz.net> Notes: svn path=/head/; revision=74569
* Iperf 1.6.5 dropped doc/release.html. Update Makefile.Scott Mace2003-01-201-2/+2
| | | | Notes: svn path=/head/; revision=73668
* Upgrade to Iperf 1.6.5Scott Mace2003-01-182-3/+3
| | | | Notes: svn path=/head/; revision=73409
* Cleanup Makefile with after portlint.Scott Mace2003-01-071-2/+3
| | | | Notes: svn path=/head/; revision=72708
* Update to ipef-1.6.4.Scott Mace2003-01-072-3/+3
| | | | Notes: svn path=/head/; revision=72700
* Update maintainerScott Mace2002-11-221-1/+1
| | | | Notes: svn path=/head/; revision=70773
* Update iperf to version 1.6.3Scott Mace2002-10-184-53/+4
| | | | Notes: svn path=/head/; revision=68240
* Change my email address to petef@FreeBSD.org for the ports I maintain.Pete Fritchman2001-08-221-1/+1
| | | | | | | Reviewed by: ade Notes: svn path=/head/; revision=46662
* add iperfYing-Chieh Liao2001-05-277-0/+97
A tool to measure maximum TCP and UDP bandwidth PR: 27462 Submitted by: Pete Fritchman <petef@databits.net> Notes: svn path=/head/; revision=43158