mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 06:47:09 +03:00
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" ];
|
||||
configureFlags = [ "--enable-fastsampling" ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://sourceforge.net/projects/iperf/;
|
||||
|
Loading…
Reference in New Issue
Block a user