iperf3-tls/src
AaronMatthewBrown f4a3ddaae6 Add an initial autotools setup.
The main iperf binary is compiled, along with a static libiperf, the unit
tests, and a profiled iperf binary.

The tests, and the profiled iperf binary do not get installed.

To compile, run:

./bootstrap.sh
./configure
make

It has all the normal make options (they come mostly for free). e.g.:

You can run "make install" to install it.
You can run "make dist" which will create a distribution tarball.
You can run "make check" to run all the tests.

I backed up the existing Makefile as "src/Makefile.old" in case folks want to
use that still.
2009-12-08 21:36:24 +00:00
..
config.h.in Add an initial autotools setup. 2009-12-08 21:36:24 +00:00
iperf_api.c some cleanup, updates 2009-11-20 23:43:53 +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 fixed bug where -T flag without -i flag caused core dump 2009-11-20 23:04:23 +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 fixed stats computation 2009-11-17 18:44:01 +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.1 move man page into src dir 2009-12-02 02:06:16 +00:00
iperf.h Add an initial autotools setup. 2009-12-08 21:36:24 +00:00
locale.c fixed bug in server side thoughput calculation 2009-11-20 22:20:10 +00:00
locale.h added -v (version option) 2009-11-10 17:05:44 +00:00
main.c more valgrind-based cleanup of memory usage 2009-11-16 20:26:20 +00:00
Makefile.am Add an initial autotools setup. 2009-12-08 21:36:24 +00:00
Makefile.old Add an initial autotools setup. 2009-12-08 21:36:24 +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
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 Add an initial autotools setup. 2009-12-08 21:36:24 +00:00
tcp_info.c some memory usage cleanup based on valgrind report 2009-11-16 20:10:48 +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 fixed bug in server side thoughput calculation 2009-11-20 22:20:10 +00:00
timer.h implemented UDP-timer changes , o/p format changes 2009-07-02 01:07:32 +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 fixed bug in server side thoughput calculation 2009-11-20 22:20:10 +00:00