Skip to content

Commit

Permalink
Updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
sethdelliott committed Aug 2, 2010
1 parent 0e8720f commit 76ceadb
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 7 deletions.
4 changes: 2 additions & 2 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ verion of the functionality.


Main designer: Jon Dugan, ESnet
Original implementation: Kaustubh Prabhu (summer student)
major overall: Brian Tierney, ESnet
Original implementation: Seth Elliott, Kaustubh Prabhu (summer students)
Major overall: Brian Tierney, ESnet


-------------------------------------------------
Expand Down
14 changes: 14 additions & 0 deletions RELEASE_NOTES
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
== iperf 3.0b4 2010-08-02 ==

* Added support for binding to a specific interface (-B)
* Added support for IPv6 mode (-6)
* Setting TCP window size (-w) is now supported
* Updates to iperf_error
* Added new errors
* Should generate more relavent messages
* Stream list now managed by queue.h macros
* Test structures are now kept intact after a test is run (for API users)
* Improved interval timer granularity
* Support for decimal values
* Many bug fixes

== iperf 3.0b3 2010-07-23 ==

* Better error handling
Expand Down
4 changes: 1 addition & 3 deletions TODO
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ Current list of things to fix/add to iperf3
- readd -Z option (linux tcp congestion control algoritm)
- readd flag to set IP_TOS (-S)
- add debug options and extend verbose mode
- separate iperf_api.c into iperf_client.c and iperf_utils.c
- add more iperf API support and documentation
- look for 'XXX' in code and address
- better packaging/makefile, README, LICENCE, etc files
Expand All @@ -13,8 +12,7 @@ Current list of things to fix/add to iperf3
- add human readable vs machine readable output mode
(my idea on this is that "human readable" = compatable with old iperf,
and that "machine readable is all name=value pairs -blt )
- add IPV6
- lots more testing
- more testing
- add daemon mode (-D)
- see issue tracker for other wish list items
http://code.google.com/p/iperf/issues/list
Expand Down
4 changes: 2 additions & 2 deletions src/version.h
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#define IPERF_VERSION "3.0-BETA3"
#define IPERF_VERSION_DATE "23 Jul 2010"
#define IPERF_VERSION "3.0-BETA4"
#define IPERF_VERSION_DATE "2 Aug 2010"

0 comments on commit 76ceadb

Please sign in to comment.