iperf2: enable fastsampling config option
From ./configure --help --enable-fastsampling enable support for 100 microsecond report intervals
This commit is contained in:
parent
b99cc81d49
commit
3bdd1156b8
@ -9,6 +9,7 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
hardeningDisable = [ "format" ];
|
hardeningDisable = [ "format" ];
|
||||||
|
configureFlags = [ "--enable-fastsampling" ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://sourceforge.net/projects/iperf/;
|
homepage = https://sourceforge.net/projects/iperf/;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user