Age | Commit message (Collapse) | Author | Files | Lines |
|
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.
|
|
|
|
|
|
* Running Iperf in bidirectional mode
* Removed STDLIB requirement to Iperf
* Client reporting of server side statistics in UDP tests
|
|
|
|
Require gcc3 on NetBSD/sparc64.
Use INSTALLATION_DIRS.
Install one file at a time.
USE_LANGUAGES instead of USE_GCC_SHLIB.
Claim stewardship.
|
|
|
|
* Added bidirectional testing both simultaneosly and tradeoff
* Added server side statistic reporting on the client for UDP
* Limits on the number of connections and locations for servers
* 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
|
|
|
|
|
|
${PKGNAME}, so that the WRKSRC definition is immune from any subsequent
PKGREVISION changes. With thanks to jmc for the nudge.
|
|
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
|
|
|
|
Iperf is a tool for measuring TCP and UDP bandwidth performance.
It reports bandwidth, delay jitter, datagram loss. It also supports
IPv6 and IP Multicast.
|