mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-08 22:27:25 +02:00
remove lastSequenceNumbers from Node
This commit is contained in:
parent
49a18be24b
commit
f4ade0ee8e
1 changed files with 0 additions and 3 deletions
|
@ -24,7 +24,6 @@
|
||||||
#include "NetworkPeer.h"
|
#include "NetworkPeer.h"
|
||||||
#include "NodeData.h"
|
#include "NodeData.h"
|
||||||
#include "NodeType.h"
|
#include "NodeType.h"
|
||||||
#include "udt/Packet.h"
|
|
||||||
#include "SimpleMovingAverage.h"
|
#include "SimpleMovingAverage.h"
|
||||||
#include "MovingPercentile.h"
|
#include "MovingPercentile.h"
|
||||||
|
|
||||||
|
@ -84,8 +83,6 @@ private:
|
||||||
MovingPercentile _clockSkewMovingPercentile;
|
MovingPercentile _clockSkewMovingPercentile;
|
||||||
bool _canAdjustLocks;
|
bool _canAdjustLocks;
|
||||||
bool _canRez;
|
bool _canRez;
|
||||||
|
|
||||||
std::map<PacketType, udt::Packet::SequenceNumber> _lastSequenceNumbers;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef QSharedPointer<Node> SharedNodePointer;
|
typedef QSharedPointer<Node> SharedNodePointer;
|
||||||
|
|
Loading…
Reference in a new issue