This commit is contained in:
Volker Fischer 2006-03-12 11:02:16 +00:00
parent 24680bbab4
commit 46f1442ec3

View file

@ -260,7 +260,7 @@ void CChannel::SetNetwInBlSiFact ( const int iNewBlockSizeFactor )
// initial value for connection time out counter // initial value for connection time out counter
iConTimeOutStartVal = ( CON_TIME_OUT_SEC_MAX * 1000 ) / iConTimeOutStartVal = ( CON_TIME_OUT_SEC_MAX * 1000 ) /
( iNewBlockSizeFactor * MIN_BLOCK_SIZE_SAMPLES ); ( iNewBlockSizeFactor * MIN_BLOCK_DURATION_MS );
} }
void CChannel::SetNetwOutBlSiFact ( const int iNewBlockSizeFactor ) void CChannel::SetNetwOutBlSiFact ( const int iNewBlockSizeFactor )