ZeroTierOne/osnet
2014-08-08 14:57:13 -07:00
..
BSDRoutingTable.cpp Tons of code cleanup, refactor Network to use EthernetTapFactory, probably also fix GitHub issue #90 2014-07-31 14:09:32 -07:00
BSDRoutingTable.hpp Tons of code cleanup, refactor Network to use EthernetTapFactory, probably also fix GitHub issue #90 2014-07-31 14:09:32 -07:00
LinuxEthernetTap.cpp LinuxEthernetTap refactor. 2014-08-07 20:40:23 +00:00
LinuxEthernetTap.hpp Path fixes in osnet/ stuff 2014-07-31 14:31:32 -07:00
LinuxEthernetTapFactory.cpp Path fixes in osnet/ stuff 2014-07-31 14:31:32 -07:00
LinuxEthernetTapFactory.hpp Path fixes in osnet/ stuff 2014-07-31 14:31:32 -07:00
LinuxRoutingTable.cpp Linux routing table now works. 2014-07-31 20:13:29 -04:00
LinuxRoutingTable.hpp Linux routing table now works. 2014-07-31 20:13:29 -04:00
OSXEthernetTap.cpp Newly broken out OSX tap driver builds now. 2014-07-31 15:13:48 -07:00
OSXEthernetTap.hpp Newly broken out OSX tap driver builds now. 2014-07-31 15:13:48 -07:00
OSXEthernetTapFactory.cpp Silence kextload/kextunload output, error handling improvements. 2014-08-07 08:41:57 -07:00
OSXEthernetTapFactory.hpp Path fixes in osnet/ stuff 2014-07-31 14:31:32 -07:00
README.txt docs 2014-07-28 09:10:56 -07:00
WindowsEthernetTap.cpp Fix a Windows bug in refactored tap code, and always make sure we have a firewall exception rule on startup. 2014-08-08 14:57:13 -07:00
WindowsEthernetTap.hpp Some tap interface changes and integration into main.cpp for *nix systems. 2014-08-06 16:24:30 -07:00
WindowsEthernetTapFactory.cpp Windows compile fixes, compiler warning fix, unfreed memory fix in main.c (though it would not have mattered since program exits immediately after). 2014-08-07 19:08:41 -07:00
WindowsEthernetTapFactory.hpp Windows Ethernet tap refactoring complete. 2014-08-04 21:48:59 -07:00
WindowsRoutingTable.cpp Windows routing table interface (untested). 2014-07-28 09:08:56 -07:00
WindowsRoutingTable.hpp Windows routing table interface (untested). 2014-07-28 09:08:56 -07:00

This folder contains implementations of EthernetTap, EthernetTapFactory, and
RoutingTable that bind to operating system level interfaces and drivers on
Linux, Mac, Windows, and other platforms.