bug fix
This commit is contained in:
parent
fd51ba29f4
commit
614708c9c3
1 changed files with 3 additions and 1 deletions
|
@ -225,6 +225,8 @@ CChannel::CChannel ()
|
|||
/* init time stamp index counter */
|
||||
byTimeStampIdxCnt = 0;
|
||||
|
||||
iCurNetwInBlSiFact = NET_BLOCK_SIZE_FACTOR;
|
||||
|
||||
/* init the socket buffer */
|
||||
SetSockBufSize ( DEF_NET_BUF_SIZE_NUM_BL );
|
||||
|
||||
|
|
Loading…
Reference in a new issue