mirror of
https://github.com/overte-org/overte.git
synced 2025-04-26 01:56:22 +02:00
Remove packetVersionMatch from LimitedNodeList
This commit is contained in:
parent
86e4d5f631
commit
7bd10afbf2
1 changed files with 0 additions and 1 deletions
|
@ -117,7 +117,6 @@ public:
|
||||||
QUdpSocket& getNodeSocket() { return _nodeSocket; }
|
QUdpSocket& getNodeSocket() { return _nodeSocket; }
|
||||||
QUdpSocket& getDTLSSocket();
|
QUdpSocket& getDTLSSocket();
|
||||||
|
|
||||||
bool packetVersionMatch(const NLPacket& packet);
|
|
||||||
bool packetSourceAndHashMatch(const NLPacket& packet, SharedNodePointer& matchingNode);
|
bool packetSourceAndHashMatch(const NLPacket& packet, SharedNodePointer& matchingNode);
|
||||||
|
|
||||||
PacketReceiver& getPacketReceiver() { return _packetReceiver; }
|
PacketReceiver& getPacketReceiver() { return _packetReceiver; }
|
||||||
|
|
Loading…
Reference in a new issue