Split EthernetTap into subclasses, work in progress...

This commit is contained in:
Adam Ierymenko 2014-04-07 14:47:39 -07:00
parent 19c4d82512
commit 6c60305a96
6 changed files with 1425 additions and 119 deletions

View file

@ -4,7 +4,6 @@ OBJS=\
node/C25519.o \
node/CertificateOfMembership.o \
node/Defaults.o \
node/EthernetTap.o \
node/HttpClient.o \
node/Identity.o \
node/InetAddress.o \
@ -30,4 +29,5 @@ OBJS=\
node/TcpSocket.o \
node/Topology.o \
node/UdpSocket.o \
node/UnixEthernetTap.o \
node/Utils.o