Files
Noor Ahsan 79d102b2c4 iperf: Add version 2.0.4 (initial recipe)
* Imported from oe.dev commit id 0ff10ecb88de73074ae4857046643cef15dc4e97 and c10c33f86903c93611023197a7f812459c2dfe2d.
* Combined .inc and bb file from oe.dev and made a single bb file.
* Removed EXTRA_OECONF_append_epia = " --disable-threads" while importing as this should go in epia layer.

Signed-off-by: Noor Ahsan <noor_ahsan@mentor.com>
2011-08-29 12:15:22 +05:00

16 lines
469 B
Diff

by Kirby Zhou < kirbyzhou \x40 sohu-rd.com >
increase the queue length to avoid thread racing
Upstream-Status: Inappropriate [not author]
--- iperf-2.0.4.orig/include/Reporter.h 2008-04-08 04:37:54.000000000 +0200
+++ iperf-2.0.4/include/Reporter.h 2009-07-06 11:53:58.700541554 +0200
@@ -61,7 +61,7 @@ struct server_hdr;
#include "Settings.hpp"
-#define NUM_REPORT_STRUCTS 700
+#define NUM_REPORT_STRUCTS 5700
#define NUM_MULTI_SLOTS 5
#ifdef __cplusplus