diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-07-27 15:09:11 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-07-27 15:09:11 +0000 |
commit | 56bf85096cc89f91d28671b5d93b4172240263bc (patch) | |
tree | 0574ce9eee45d627f943b80b2445882a762b52af /benchmarks/iperf | |
parent | 26b078f5434c79c09183a623d0c9897d12fd26c9 (diff) | |
download | ports-56bf85096cc89f91d28671b5d93b4172240263bc.tar.gz ports-56bf85096cc89f91d28671b5d93b4172240263bc.zip |
Notes
Diffstat (limited to 'benchmarks/iperf')
-rw-r--r-- | benchmarks/iperf/files/patch-src_Client.cpp (renamed from benchmarks/iperf/files/patch-src__Client.cpp) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/benchmarks/iperf/files/patch-src__Client.cpp b/benchmarks/iperf/files/patch-src_Client.cpp index 4ef41aa22ee8..32044bb6f413 100644 --- a/benchmarks/iperf/files/patch-src__Client.cpp +++ b/benchmarks/iperf/files/patch-src_Client.cpp @@ -3,9 +3,9 @@ # errno to ENOBUFS, which causes issues with the UDP bandwidth tests. # Check if errno != ENOBUFS after write(2). # ---- src/Client.cpp.orig Wed Dec 13 11:22:18 2006 -+++ src/Client.cpp Wed Dec 13 11:22:47 2006 -@@ -215,7 +215,7 @@ +--- src/Client.cpp.orig 2010-04-01 20:23:17 UTC ++++ src/Client.cpp +@@ -157,7 +157,7 @@ void Client::RunTCP( void ) { // perform write currLen = write( mSettings->mSock, mBuf, mSettings->mBufLen ); |