summaryrefslogtreecommitdiff
path: root/extra/iperf/client.cpp.patch
blob: 85f89e7657762d929ddd81632932b0773940c04e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- a/src/Client.cpp	2010-04-01 22:23:17.000000000 +0200
+++ b/src/Client.cpp	2011-07-19 11:03:42.000000000 +0200
@@ -212,10 +212,10 @@
     char* readAt = mBuf;
 
 #if HAVE_THREAD
-    if ( !isUDP( mSettings ) ) {
-	RunTCP();
-	return;
-    }
+//    if ( !isUDP( mSettings ) ) {
+//	RunTCP();
+//	return;
+//    }
 #endif
     
     // Indicates if the stream is readable