From 46f1442ec39818f9b5b8a132e0b0365626328630 Mon Sep 17 00:00:00 2001 From: Volker Fischer Date: Sun, 12 Mar 2006 11:02:16 +0000 Subject: [PATCH] bug fix --- src/channel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/channel.cpp b/src/channel.cpp index 7799c46c..1a0dae1d 100755 --- a/src/channel.cpp +++ b/src/channel.cpp @@ -260,7 +260,7 @@ void CChannel::SetNetwInBlSiFact ( const int iNewBlockSizeFactor ) // initial value for connection time out counter iConTimeOutStartVal = ( CON_TIME_OUT_SEC_MAX * 1000 ) / - ( iNewBlockSizeFactor * MIN_BLOCK_SIZE_SAMPLES ); + ( iNewBlockSizeFactor * MIN_BLOCK_DURATION_MS ); } void CChannel::SetNetwOutBlSiFact ( const int iNewBlockSizeFactor )