mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-15 21:58:21 +00:00
Work in progress: refactoring paths, adding TCP fallback.
This commit is contained in:
@ -118,6 +118,11 @@ public:
|
||||
*/
|
||||
void whack();
|
||||
|
||||
/**
|
||||
* Close TCP sockets
|
||||
*/
|
||||
void closeTcpSockets();
|
||||
|
||||
private:
|
||||
// Called by socket implementations when a packet is received
|
||||
inline void handleReceivedPacket(const SharedPtr<Socket> &sock,const InetAddress &from,Buffer<ZT_SOCKET_MAX_MESSAGE_LEN> &data)
|
||||
|
Reference in New Issue
Block a user