Commit graph

6 commits

Author SHA1 Message Date
jperkin
d56b01ceb6 iperf: Remove bool redefine which breaks C++ headers. 2018-10-01 09:47:06 +00:00
adam
2fd0f49034 Changes 2.0.5:
* bumped default TCP send/recv buffer to 128K (this is not the kernel buffer
  that controls the window, but rather the Iperf internal buffer)
* update autoconf goo using Autoconf 2.65, this should help portability a bit
* honor -i flag when for a server (-s) when using TCP
* Exit rather than warn on connection failure
2011-01-31 08:42:09 +00:00
minskim
d3c48bbe18 Fix a bug that prevented this package from compiling on Solaris
and Darwin.  Patch from the iperf mailing list.
2006-02-08 18:15:26 +00:00
markd
ac3637a1ae Update iperf to 2.0.2.
Fixes configuring of multicast support and ipv6 support on NetBSD.
Add patches to deal with:
  setsockopt(..., IP_MULTICAST_TTL,..) takes a u_char arg (not int).
  On NetBSD and Solaris (probably other BSD's) ipv6 multicast group
  join is done with IPV6_JOIN_GROUP not linux's IPV6_ADD_MEMERSHIP.
2005-10-07 20:29:52 +00:00
adam
81b8ac711c Changes 2.0.1:
* Running Iperf in bidirectional mode
* Removed STDLIB requirement to Iperf
* Client reporting of server side statistics in UDP tests
2004-12-03 13:30:20 +00:00
adam
e09b8ccec2 Do not force -O2 optimisation any more 2004-10-06 09:19:00 +00:00