mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-14 10:37:33 -07:00
About halfway there in refactoring to support pluggable SocketManager.
This commit is contained in:
parent
6bc9a938cf
commit
128a131070
9 changed files with 466 additions and 630 deletions
|
@ -4,6 +4,7 @@ OBJS=\
|
|||
control/NodeControlClient.o \
|
||||
control/NodeControlService.o \
|
||||
ext/lz4/lz4.o \
|
||||
osnet/NativeSocketManager.o \
|
||||
testnet/TestEthernetTap.o \
|
||||
testnet/TestEthernetTapFactory.o \
|
||||
testnet/TestRoutingTable.o \
|
||||
|
@ -28,11 +29,8 @@ OBJS=\
|
|||
node/RoutingTable.o \
|
||||
node/Salsa20.o \
|
||||
node/Service.o \
|
||||
node/SocketManager.o \
|
||||
node/SoftwareUpdater.o \
|
||||
node/SHA512.o \
|
||||
node/Switch.o \
|
||||
node/TcpSocket.o \
|
||||
node/Topology.o \
|
||||
node/UdpSocket.o \
|
||||
node/Utils.o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue