History log of /iperf/src/iperf_udp.h (Results 1 – 8 of 8)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: 3.11, 3.10.1, 3.10, 3.9, 3.8.1, 3.8, 3.7, 3.6, 3.5, 3.4, 3.3, 3.2, 3.2rc1, 3.1.7, 3.1.6, 3.1.5, 3.1.4, 3.0.12, 3.1.3, 3.1.2, 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, 3.0.6, 3.0.5, 3.0.4, 3.0.3, 3.0.2, 3.0.1, 3.0-BETA5
# 231c5629 18-Feb-2013 Jef Poskanzer <[email protected]>

Comment out the "__attribute__((hot))" declarations because they cause
compiler warnings on older systems. They probably didn't help
performance anyway. They'll remain in the source as markers.


# ba55284d 18-Feb-2013 Jef Poskanzer <[email protected]>

Added some "hot" attributes to mark a few routines that deserve
extra optimization. Most likely this has no effect.


# d7613a8e 13-Dec-2012 Jef Poskanzer <[email protected]>

Allow API client to provide an fd for the client-side control socket.


# 7d375156 20-Apr-2011 Jon Dugan <[email protected]>

update license info for all source files


Revision tags: 3.0-BETA4, 3.0-BETA3
# 66ce7ad4 22-Jul-2010 sethdelliott <devnull@localhost>

Made the protocol implementation better. Lots of code clean up


# 8a0b5a5d 22-Jul-2010 sethdelliott <devnull@localhost>

Added support for adding new protocols. Slightly modified iperf_error()


Revision tags: 3.0-BETA2, 3.0-BETA1
# a951c980 02-Nov-2009 Brian Tierney <[email protected]>

lots of code restructuring