update in comment
This commit is contained in:
parent
1a42d2bf0e
commit
b4a853b5da
1 changed files with 0 additions and 5 deletions
|
@ -378,11 +378,6 @@ EPutDataStat CChannel::PutData ( const CVector<uint8_t>& vecbyData,
|
||||||
// used by the client so do not update for server channel)
|
// used by the client so do not update for server channel)
|
||||||
if ( !bIsServer )
|
if ( !bIsServer )
|
||||||
{
|
{
|
||||||
|
|
||||||
// TODO only update if time difference of received packets is below
|
|
||||||
// a limit to avoid having short network troubles incorporated in the
|
|
||||||
// statistic
|
|
||||||
|
|
||||||
CycleTimeVariance.Update();
|
CycleTimeVariance.Update();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue