Lets make wifi fast again!
 help / color / mirror / Atom feed
From: Robert McMahon <rjmcmahon@rjmcmahon.com>
To: make-wifi-fast@lists.bufferbloat.net
Subject: [Make-wifi-fast] Fwd: iperf 2.2.1 release
Date: Wed, 6 Nov 2024 14:08:27 -0800	[thread overview]
Message-ID: <CAEBrVk68=O=MGyPJpYwRtByHYgZN_uwFr7v4wAeFBVf+GuAdGw@mail.gmail.com> (raw)
In-Reply-To: <CAEBrVk6+NgW5DZKf2kHYhE_puo3rk+J0fPDc0hgBs7WATfQmhg@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 4719 bytes --]

FYI

---------- Forwarded message ---------
From: Robert McMahon <rjmcmahon@rjmcmahon.com>
Date: Wed, Nov 6, 2024 at 1:55 PM
Subject: iperf 2.2.1 release
To: <iperf-users@lists.sourceforge.net>


FYI, iperf 2.2.1 is now released.

https://sourceforge.net/projects/iperf2/

2.2.1 (as of Nov 4th, 2024)
------------------------------
o man page updates
o support (alpha level) for --udp-l4s (linux only, requires ./configure
--enable-udp-l4s)
o buffer overflow fixes (multiple places)
o support of udp summing enhanced outputs in sum reports with -P > 1
o SETABSTIME fix
o connection report errors ouput to stderr (vs stdout)
o fixes to --connectly-only regressions
o remove --tcp-cca and --reverse restriction
o fixes to ip_tos and cmsg
o remove setsockopt for ip tos, use sendmsg and ancillary messages instead
o sample tcp_info in the middle of a -i interval
o multiple fixes for TCP_TX_DELAY
o don't autoset --tcp-write-prefetch with --trip-times, warn instead
o Add Android NDK example, add mingw64 example
o set smallest prefetch to 256K
o print wait time on server side with --tx-starttime
o fix header code #if mismatch of (HAVE_DECL_SO_TIMESTAMP) &&
(HAVE_DECL_MSG_CTRUNC) per ticket 328
o fix client side bb summing
o fix format error in timestamps
o 1) Support CSV for isochronous, both UDP and TCP 2) Reorganise CSV report
assignement to be more logical.
o support milliseconds and microseconds with iperf_formattime, also make
sure the leading zeros are printed per the field width
o fix multiple pps regressions
o csv patches per ticket 320 and 322
o add per direction byte counts with bounceback on client (server side code
yet to be done)
o fix summing init code per ticket 324
o tcp working load should use full capacity seeking behaviors
o fix csv compile breakage on MAC
o use append for --ouput vs w, ticket 321
o use --ipg units of seconds
o fix settings calculations when -b is given for --burst options
o improve port range / traffic thread count (-P) warning
o add transferid to recvmsg warning
o compute packet pps accounts for interval crossing using that timestamp vs
packet timestamp
o use object setnow() method to set lastPackeTime in first packet delay
o pps calculation needs to include partial gap value with IPGsum ahead of
PPS output
o minor fixes for DEBUG_PPS support
o fix initial udp write delay and reporting
o Rerun autoconf
o Remove unused ax_create_stdint_h
o move Socklen_t discovery entirely into dast.m4
o Remove unused DAST_REPLACE macros
o fix udp regression with high pps, sosndtimer needs to be set, don't use
write select
o Remove obsolete web100 makefile support
o fix for windows enhanced writes with summing
o don't mix typecast with format specifiers, use %ld for (long) typecast
o use typecast for time_val seconds for portability, fix windows 64 cross
compile
o Set default compiler and load flags without overiding user choice.
o Move packet and tuntap checks later so they don't execute before compiler
checks.
o Use HAVE_GETIFADDRS instead of HAVE_IFADDRS_H for Android and any other
OS that has the header file but might not enable the actual feature
o Remove code that is unused and deprecated
o Update defuns to comply with autoconf-2.72
o use netinet vs linux for ip.h and udp.h, add configure.ac checks for the
header files, update dscp.h for new defines not in netienet per WFA/WMM
inputs
o disable SO_REUSEPORT for server side
o various fixes in ReportOutputs including divide by zero test, segv fixes,
and spacings
o fix for UDP 64b seq number detection per packet header
o fix configure.ac to support Win64 compiles
o ticket 314: eliminate the udp accept race between listener and server
thread using a conditional signal
o ticket 313: remove support for configure --enable-static-bin, never
worked and only misleads
o ticket 312: regression, fix for segv in UDP summing enhance outputs
o ticket 311: histogram worst timestamp needs proper formatting, didn't
print leading zeros for the usec portion
o ticket 310: regression on client setting reports, too many with things
like -P > 1
o ticket 309 (regression): udp summing is broken. Need to reset sum event
counters after interval reports
o ticket 308: -P should be order independent
o ticket 305: add support for --skip-rx-copy w/tcp. Set recv flags to
MSG_TRUNC when the payload isn't needed by iperf
o ticket 157 (regression since 2.1.4): remove AM_CONDITIONAL for TUN & TAP.
Move the AF_PACKET AM_CONDITIONAL to its own scope. Rerun autoreconf
automake
o fix output for tos on server side
o remove settings report for client threads when P > 1
o fix timeval outputs to use %06ld for usecs

[-- Attachment #2: Type: text/html, Size: 5386 bytes --]

       reply	other threads:[~2024-11-06 22:08 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CAEBrVk6+NgW5DZKf2kHYhE_puo3rk+J0fPDc0hgBs7WATfQmhg@mail.gmail.com>
2024-11-06 22:08 ` Robert McMahon [this message]
2024-11-06 22:14   ` Dave Taht

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://lists.bufferbloat.net/postorius/lists/make-wifi-fast.lists.bufferbloat.net/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAEBrVk68=O=MGyPJpYwRtByHYgZN_uwFr7v4wAeFBVf+GuAdGw@mail.gmail.com' \
    --to=rjmcmahon@rjmcmahon.com \
    --cc=make-wifi-fast@lists.bufferbloat.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox