You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Adam Ierymenko f8d4611d15 (1) Tweak LAN locator beacon frequencies, (2) Windows virtual networks 12 years ago
..
BSDRoutingTable.cpp Tons of code cleanup, refactor Network to use EthernetTapFactory, probably also fix GitHub issue #90 12 years ago
BSDRoutingTable.hpp Tons of code cleanup, refactor Network to use EthernetTapFactory, probably also fix GitHub issue #90 12 years ago
LinuxEthernetTap.cpp LinuxEthernetTap refactor. 12 years ago
LinuxEthernetTap.hpp Path fixes in osnet/ stuff 12 years ago
LinuxEthernetTapFactory.cpp Path fixes in osnet/ stuff 12 years ago
LinuxEthernetTapFactory.hpp Path fixes in osnet/ stuff 12 years ago
LinuxRoutingTable.cpp Linux routing table now works. 12 years ago
LinuxRoutingTable.hpp Linux routing table now works. 12 years ago
OSXEthernetTap.cpp Newly broken out OSX tap driver builds now. 12 years ago
OSXEthernetTap.hpp Newly broken out OSX tap driver builds now. 12 years ago
OSXEthernetTapFactory.cpp Silence kextload/kextunload output, error handling improvements. 12 years ago
OSXEthernetTapFactory.hpp Path fixes in osnet/ stuff 12 years ago
README.txt docs 12 years ago
WindowsEthernetTap.cpp (1) Tweak LAN locator beacon frequencies, (2) Windows virtual networks 12 years ago
WindowsEthernetTap.hpp (1) Tweak LAN locator beacon frequencies, (2) Windows virtual networks 12 years ago
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). 12 years ago
WindowsEthernetTapFactory.hpp Windows Ethernet tap refactoring complete. 12 years ago
WindowsRoutingTable.cpp (1) Tweak LAN locator beacon frequencies, (2) Windows virtual networks 12 years ago
WindowsRoutingTable.hpp Windows routing table interface (untested). 12 years ago

README.txt

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.