Updated documentation
Этот коммит содержится в:
родитель
0e8720fa64
Коммит
76ceadbc24
4
AUTHORS
4
AUTHORS
@ -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
|
||||
|
||||
|
||||
-------------------------------------------------
|
||||
|
@ -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
|
||||
|
4
TODO
4
TODO
@ -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
|
||||
@ -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
|
||||
|
@ -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"
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user