This commit is contained in:
Volker Fischer 2006-03-12 12:39:25 +00:00
parent fd51ba29f4
commit 614708c9c3

View File

@ -223,7 +223,9 @@ void CChannelSet::GetConCliParam ( CVector<CHostAddress>& vecHostAddresses,
CChannel::CChannel ()
{
/* init time stamp index counter */
byTimeStampIdxCnt = 0;
byTimeStampIdxCnt = 0;
iCurNetwInBlSiFact = NET_BLOCK_SIZE_FACTOR;
/* init the socket buffer */
SetSockBufSize ( DEF_NET_BUF_SIZE_NUM_BL );