mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-07-15 01:23:14 -07:00
Test/Code Refactor in preparation for merge
This commit is contained in:
parent
9a25a627bb
commit
1f27022fa7
50 changed files with 1170 additions and 350 deletions
|
@ -157,7 +157,7 @@ private:
|
|||
std::vector<TcpConnection*> tcp_connections;
|
||||
std::vector<PhySocket*> rpc_sockets;
|
||||
std::map<PhySocket*, pid_t> pidmap;
|
||||
pid_t rpc_counter = -1;
|
||||
pid_t rpc_counter;
|
||||
|
||||
netif interface;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue