mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-05 02:37:08 +02:00
fix for dual alias in LimitedNodeList std::bind
This commit is contained in:
parent
a2de31909c
commit
5e03e55ca2
1 changed files with 0 additions and 1 deletions
|
@ -116,7 +116,6 @@ LimitedNodeList::LimitedNodeList(int socketListenPort, int dtlsListenPort) :
|
|||
_nodeSocket.setPacketFilterOperator(std::bind(&LimitedNodeList::isPacketVerified, this, _1));
|
||||
|
||||
// set our socketBelongsToNode method as the connection creation filter operator for the udt::Socket
|
||||
using std::placeholders::_1;
|
||||
_nodeSocket.setConnectionCreationFilterOperator(std::bind(&LimitedNodeList::sockAddrBelongsToNode, this, _1));
|
||||
|
||||
// handle when a socket connection has its receiver side reset - might need to emit clientConnectionToNodeReset
|
||||
|
|
Loading…
Reference in a new issue