Skip to content

Releases: oleg-derevenetz/bwping

BWPing 2.5

20 Feb 19:32
Compare
Choose a tag to compare

Add BWPING_ prefix to macro names to avoid potential conflicts, impose additional checks on their values.

BWPing 2.4

07 Jan 18:23
Compare
Choose a tag to compare
  • Performance improvements;
  • Added the [-I ident] option to better support the bandwidth measurement using multiple processes;
  • Allow to redefine various compile-time settings (such as MAX_MMSG_VLEN) using CFLAGS;
  • Improved tests;
  • Various minor fixes and improvements.

BWPing 2.3

12 Jun 16:34
Compare
Choose a tag to compare

RTT calculation is more accurate now.

BWPing 2.2

27 Nov 20:01
Compare
Choose a tag to compare
  • Usage info now includes the package version as well;
  • Manual definition of feature test macros has been replaced with Autoconf's AC_USE_SYSTEM_EXTENSIONS;
  • Dropped support for gettimeofday() in favor of clock_gettime();
  • Various minor fixes and improvements.

BWPing 2.1

30 Sep 21:11
Compare
Choose a tag to compare
  • Performance: added support for filtering incoming packets at the kernel level using BPF (if available on target platform);
  • Various minor fixes and improvements.

BWPing 2.0

09 Sep 13:17
Compare
Choose a tag to compare
  • Added support for sendmmsg()/recvmmsg();
  • Various performance improvements to support speed up to 1 Gbps.

BWPing 1.17

12 May 17:35
Compare
Choose a tag to compare

Minor improvements (C99-related stuff mostly).

BWPing 1.16

16 Nov 15:21
Compare
Choose a tag to compare
  • Use opaque struct addrinfo everywhere, get rid of inet_ntop() in favor of getnameinfo();
  • Fix build on Solaris;
  • Minor fixes & improvements.

BWPing 1.15

10 Jun 19:53
Compare
Choose a tag to compare

Build one common binary for IPv4 and IPv6.

BWPing 1.14

06 May 23:04
Compare
Choose a tag to compare
  • Use clock_gettime() if available, fallback to gettimeofday() if necessary;
  • Fix build with older GCC versions;
  • Minor improvements & bugfixes.