bug fix
This commit is contained in:
parent
24680bbab4
commit
46f1442ec3
1 changed files with 1 additions and 1 deletions
|
@ -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 )
|
||||||
|
|
Loading…
Reference in a new issue