Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37047235
en ru br
Репозитории ALT
S:2.0.12-alt1
5.1: 2.0.4-alt1
4.1: 2.0.2-alt2
4.0: 2.0.2-alt2
3.0: 1.7.0-alt1.1
www.altlinux.org/Changes

Группа :: Мониторинг
Пакет: iperf

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: 006-bidirectional-tcp-server.patch
Скачать


Description: Fix bidirectional TCP server exiting after the test
 iperf bidirectional test using parameter -r or -d doesn't work as
 expected, the server exits after the test, but it should continue listening
 for new connections.
Author: Roberto Lumbreras <rover@debian.org>
Bug-Redhat: https://bugzilla.redhat.com/show_bug.cgi?id=449796
Forwarded: http://sourceforge.net/tracker/?func=detail&aid=1983829&group_id=128336&atid=711371
--- iperf-2.0.5.orig/src/Client.cpp
+++ iperf-2.0.5/src/Client.cpp
@@ -212,10 +212,12 @@ void Client::Run( void ) {
     char* readAt = mBuf;
 
 #if HAVE_THREAD
+    /*
     if ( !isUDP( mSettings ) ) {
 	RunTCP();
 	return;
     }
+    */
 #endif
     
     // Indicates if the stream is readable 
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin