iperf2: enable fastsampling config option

From ./configure --help

  --enable-fastsampling   enable support for 100 microsecond report intervals
This commit is contained in:
Manuel Mendez 2019-01-30 08:30:57 -05:00
parent b99cc81d49
commit 3bdd1156b8

View File

@ -9,6 +9,7 @@ stdenv.mkDerivation rec {
};
hardeningDisable = [ "format" ];
configureFlags = [ "--enable-fastsampling" ];
meta = with stdenv.lib; {
homepage = https://sourceforge.net/projects/iperf/;