Lets make wifi fast again!
 help / color / mirror / Atom feed
* [Make-wifi-fast] Fwd: iperf 2.2.1 release
       [not found] <CAEBrVk6+NgW5DZKf2kHYhE_puo3rk+J0fPDc0hgBs7WATfQmhg@mail.gmail.com>
@ 2024-11-06 22:08 ` Robert McMahon
  2024-11-06 22:14   ` Dave Taht
  0 siblings, 1 reply; 2+ messages in thread
From: Robert McMahon @ 2024-11-06 22:08 UTC (permalink / raw)
  To: make-wifi-fast

[-- 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 --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Make-wifi-fast] Fwd: iperf 2.2.1 release
  2024-11-06 22:08 ` [Make-wifi-fast] Fwd: iperf 2.2.1 release Robert McMahon
@ 2024-11-06 22:14   ` Dave Taht
  0 siblings, 0 replies; 2+ messages in thread
From: Dave Taht @ 2024-11-06 22:14 UTC (permalink / raw)
  To: Robert McMahon; +Cc: make-wifi-fast

great work!

On Wed, Nov 6, 2024 at 2:08 PM Robert McMahon via Make-wifi-fast
<make-wifi-fast@lists.bufferbloat.net> wrote:
>
> 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
> _______________________________________________
> Make-wifi-fast mailing list
> Make-wifi-fast@lists.bufferbloat.net
> https://lists.bufferbloat.net/listinfo/make-wifi-fast



-- 
Dave Täht CSO, LibreQos

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-11-06 22:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <CAEBrVk6+NgW5DZKf2kHYhE_puo3rk+J0fPDc0hgBs7WATfQmhg@mail.gmail.com>
2024-11-06 22:08 ` [Make-wifi-fast] Fwd: iperf 2.2.1 release Robert McMahon
2024-11-06 22:14   ` Dave Taht

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox