bug fix
This commit is contained in:
parent
fd51ba29f4
commit
614708c9c3
1 changed files with 3 additions and 1 deletions
|
@ -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 );
|
||||
|
|
Loading…
Reference in a new issue