History log of /iperf/LICENSE (Results 1 – 19 of 19)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: 3.11
# 76bd67f6 28-Jan-2022 Sarah Larsen <[email protected]>

iperf-3.11 release engineering tasks.

Bump version number, update release notes, rename release notes and tweak
markup. Update copyright year.


Revision tags: 3.10.1, 3.10
# d1cfda53 15-Jan-2021 Bruce A. Mah <[email protected]>

chore: Copyright date bumps for 2021.


Revision tags: 3.9, 3.8.1, 3.8
# f95924dd 08-Jun-2020 Bruce A. Mah <[email protected]>

chore: iperf-3.8 release engineering changes (#1012)

Updates version numbers, release notes, etc.


# 6f5512e6 21-Feb-2020 Bruce A. Mah <[email protected]>

docs: Follow-up to #959, more copyright year bumps.


Revision tags: 3.7
# 0891322a 24-May-2019 Bruce A. Mah <[email protected]>

chore: Slightly belatedly update copyright dates.


Revision tags: 3.6, 3.5
# 92eb6391 14-Feb-2018 Bruce A. Mah <[email protected]>

Update some copyright dates, somewhat belatedly.


Revision tags: 3.4
# 480824e3 11-Nov-2017 Todd C. Miller <[email protected]>

Remove a few unnecessary headers and unused functions. (#667)

* EXIT_SUCCESS and EXIT_FAILURE are defined in stdlib.h, not sysexits.h
so no need to include the latter.

* No need to include pthre

Remove a few unnecessary headers and unused functions. (#667)

* EXIT_SUCCESS and EXIT_FAILURE are defined in stdlib.h, not sysexits.h
so no need to include the latter.

* No need to include pthread.h.

* Remove the no longer used delay() function.
This also removes the reliance on nanosleep().

* Remove get_tcp_windowsize() and set_tcp_windowsize() which are unused.
These days, iperf uses get/setsockopt() with SO_SNDBUF SO_RCVBUF directly.

show more ...


Revision tags: 3.3, 3.2, 3.2rc1
# 9d7d60ac 17-May-2017 Bruce A. Mah <[email protected]>

Issue 216 (#581)

* Add configurable timeout for the setup of the control connection.
This is specified using the new --connect-timeout option, with an
integer parameter in ms. The iperf3 client w

Issue 216 (#581)

* Add configurable timeout for the setup of the control connection.
This is specified using the new --connect-timeout option, with an
integer parameter in ms. The iperf3 client will wait for this
amount of time for the setup of the control connection to the
server. If this option is not given, the OS default for TCP
connection setup is used. Specifying a smaller connection timeout
allows faster detection of a down / unresponsive iperf3 server.

The implementation uses a variation on the timeout_connect()
function from OpenBSD's netcat utility.

Fixes #216.

show more ...


Revision tags: 3.1.7, 3.1.6, 3.1.5
# 69ba4e58 07-Jan-2017 Bruce A. Mah <[email protected]>

Happy 2017.


Revision tags: 3.1.4, 3.0.12, 3.1.3, 3.1.2
# cb25dfe6 01-Feb-2016 Bruce A. Mah <[email protected]>

Update copyright dates in a couple of places.


Revision tags: 3.1.1, 3.1, 3.1b3, 3.1b2, 3.1b1, 3.0.11, 3.0.10, 3.0.9, 3.0.8
# da9f046f 29-Sep-2014 Bruce A. Mah <[email protected]>

Update license and copyright text to conform to LBNL standards.

Note that the license remains a 3-clause BSD license; the only
license changes were to add the name of the program and to add
some pun

Update license and copyright text to conform to LBNL standards.

Note that the license remains a 3-clause BSD license; the only
license changes were to add the name of the program and to add
some punctuation.

show more ...


Revision tags: 3.0.7
# 329523a5 28-Aug-2014 Bruce A. Mah <[email protected]>

Add a --udp-counters-64bit feature to support very long UDP tests.

UDP tests store a packet sequence number in the packets to detect loss
and ordering issues. This sequence number is a 32-bit signe

Add a --udp-counters-64bit feature to support very long UDP tests.

UDP tests store a packet sequence number in the packets to detect loss
and ordering issues. This sequence number is a 32-bit signed integer,
which can wrap during very long-running UDP tests. This change adds
an option (defaulting to off) which uses a 64-bit unsigned integer to
store this quantity in the packet. The option is specified on the
client side; the server must support this feature for proper
functioning (older servers will interoperate with newer clients, as
long as --udp-counters-64-bit is not used).

The default might be changed in a future version of iperf3.

As a part of this change, the client sends its version string to the
server in the parameter block.

Uses a public-domain compatibility shim for 64-bit byte order
conversions. There are probably some additional platforms that need
to be supported, in particular Solaris. We might add some
configure-time checks to only enable this feature on platforms where
we can support the byte-order conversions.

This change is not well-tested.

Towards issue #191.

show more ...


# 5628e0af 26-Aug-2014 Bruce A. Mah <[email protected]>

Update LICENSE to reflect new bootstrap.sh.


# f7069f8e 08-Aug-2014 Bruce A. Mah <[email protected]>

Collect licenses for files derived from external sources.


Revision tags: 3.0.6, 3.0.5, 3.0.4
# a3356c98 28-Mar-2014 Bruce A. Mah <[email protected]>

Squashed 'docs/_esnet/' content from commit c02bf57

git-subtree-dir: docs/_esnet
git-subtree-split: c02bf57d43dbfcd7c727cdd17c54f0a480279f9a


Revision tags: 3.0.3, 3.0.2, 3.0.1
# 5238ff04 08-Jan-2014 Bruce A. Mah <[email protected]>

Happy 2014.


Revision tags: 3.0-BETA5
# 62b41ffe 20-Apr-2011 Jon Dugan <[email protected]>

Update license to a BSD license


Revision tags: 3.0-BETA4, 3.0-BETA3, 3.0-BETA2, 3.0-BETA1
# d768f73d 02-Dec-2009 Jon Dugan <[email protected]>

more cleanup and rearrangement


Revision tags: 3.0-ALPHA1, iperf3, iperf-3.0a1, trunk, 2.0.4-RELEASE
# b2e02ac1 08-Apr-2008 Jon Dugan <[email protected]>

* Add man page to autoconf goo
* Bump the version in autoconf
* Add missing LICENSE file