iperf3-tls/src
2009-11-16 01:58:22 +00:00
..
AUTHORS better random payload code 2009-11-13 15:26:49 +00:00
iperf_api.c working on fixing TCP_INFO, in progress 2009-11-16 01:58:22 +00:00
iperf_api.h completely reworked stats collection/display code. Mostly working again, and much more readable. 2009-11-15 04:29:47 +00:00
iperf_server_api.c turned off some debug code, and fixed a bug in interval times 2009-11-15 04:47:19 +00:00
iperf_server_api.h more cleanup and bug fixes: TCP mode mostly working. Still bug in using -i on the server 2009-11-10 05:21:17 +00:00
iperf_tcp.c turned off some debug code, and fixed a bug in interval times 2009-11-15 04:47:19 +00:00
iperf_tcp.h lots of code restructuring 2009-11-02 22:43:19 +00:00
iperf_udp.c parallel streams now mostly working. Still some issues with repeated connections 2009-11-06 07:25:10 +00:00
iperf_udp.h lots of code restructuring 2009-11-02 22:43:19 +00:00
iperf.h a bit more cleanup 2009-11-15 17:06:16 +00:00
LICENSE.txt more cleanup and bug fixes 2009-11-10 04:41:42 +00:00
locale.c working on fixing TCP_INFO, in progress 2009-11-16 01:58:22 +00:00
locale.h added -v (version option) 2009-11-10 17:05:44 +00:00
main.c working on fixing TCP_INFO, in progress 2009-11-16 01:58:22 +00:00
Makefile working on fixing TCP_INFO, in progress 2009-11-16 01:58:22 +00:00
net.c working on fixing TCP_INFO, in progress 2009-11-16 01:58:22 +00:00
net.h lots of code restructuring 2009-11-02 22:43:19 +00:00
README.txt working on fixing TCP_INFO, in progress 2009-11-16 01:58:22 +00:00
t_timer.c code cleanup: used 'indent' to enforce consistant style 2009-10-19 22:35:18 +00:00
t_units.c code cleanup: used 'indent' to enforce consistant style 2009-10-19 22:35:18 +00:00
t_uuid.c code cleanup: used 'indent' to enforce consistant style 2009-10-19 22:35:18 +00:00
tcp_info.c working on fixing TCP_INFO, in progress 2009-11-16 01:58:22 +00:00
tcp_window_size.c more cleanup, lots of comments/questions/debug code added, currently broken 2009-10-20 16:56:02 +00:00
tcp_window_size.h more cleanup, lots of comments/questions/debug code added, currently broken 2009-10-20 16:56:02 +00:00
timer.c completely reworked stats collection/display code. Mostly working again, and much more readable. 2009-11-15 04:29:47 +00:00
timer.h implemented UDP-timer changes , o/p format changes 2009-07-02 01:07:32 +00:00
TODO.txt a bit more cleanup 2009-11-15 17:06:16 +00:00
units.c more bug fixes, still needs work 2009-11-03 06:38:09 +00:00
units.h fix UNIT_LEN 2009-02-24 09:43:27 +00:00
uuid.c interrim commit: work in progress 2009-11-06 01:43:50 +00:00
uuid.h changed cookie as a string in struct iperf_setting, param_exchange and in Param_exchange message 2009-07-24 18:21:50 +00:00
version.h added version.h to svn, and other minor changes 2009-11-13 18:29:10 +00:00

This is iperf3, a tool for measuring Internet bandwidth performance.

iperf3 should work on Linux, FreeBSD, and Mac OSX

Prerequisites:
   libuuid: this is not installed by default for Debian/Ubuntu Systems
   to install: apt-get install uuid-dev

To build, just type 'make'  (or 'gmake' on FreeBSD)

For more information see: http://code.google.com/p/iperf/

Note that iperf3 is NOT backwards compatible with iperf2.