void-packages/srcpkgs/iperf/patches/client.cpp.patch
2014-08-18 19:52:17 +02:00

17 lines
370 B
Diff

--- src/Client.cpp 2010-04-01 22:23:17.000000000 +0200
+++ 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