1
1
Этот коммит содержится в:
a1346054 2021-09-03 13:24:55 +00:00
родитель 50d6cce65c
Коммит e919e8c21b
36 изменённых файлов: 324 добавлений и 337 удалений

Просмотреть файл

@ -34,4 +34,3 @@ plot "40Gto10G.old.dat" using 1:3 title '3.10 kernel' with linespoints lw 3 pt 5
#plot "iperf3.old.dat" using 1:3 title '3.10 kernel' with linespoints lw 3 pt 5, \
# "iperf3.new.dat" using 1:3 title '4.2 kernel' with linespoints lw 3 pt 7

Просмотреть файл

@ -24,4 +24,3 @@ help to run ``./bootstrap.sh`` first from the top-level directory.
By default, the ``libiperf`` library is built in both shared and
static forms. Either can be suppressed by using the
``--disabled-shared`` or ``--disable-static`` configure-time options.

Просмотреть файл

@ -252,5 +252,3 @@ I have a question regarding iperf3...what's the best way to get help?
We discourage the use of the iperf3 issue tracker on GitHub for
support questions. Actual bug reports, enhancement requests, or
pull requests are encouraged, however.

Просмотреть файл

@ -68,4 +68,3 @@ Indices and tables
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`

Просмотреть файл

@ -485,4 +485,3 @@ the executable.
The iperf3 manual page will typically be installed in manual
section 1.

Просмотреть файл

@ -412,4 +412,3 @@ During development, there were various distributions of the source
code unofficially released carrying a 3.0.0 version number. Because
of the possibility for confusion, this first public release of iperf3
was numbered 3.0.1.

Просмотреть файл

@ -103,4 +103,3 @@ rm -rf $RPM_BUILD_ROOT
* Sat Mar 26 2011 G.Balaji <balajig81@gmail.com> 3.0b4-1
- Initial Version

Просмотреть файл

@ -385,5 +385,3 @@ ssize_t iperf_getpass (char **lineptr, size_t *n, FILE *stream) {
return nread;
}

Просмотреть файл

@ -173,4 +173,3 @@
#endif
#endif

Просмотреть файл

@ -71,5 +71,3 @@ host=$1
./src/iperf3 -c "$host" -M 1000 -V
# test congestion control option (linux only)
./src/iperf3 -c "$host" -C reno -V