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 6df9546742 Fix for missing broadcast address on Linux Ethernet taps. 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 Fix for missing broadcast address on Linux Ethernet taps. 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 Another fix to Network life cycle. 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 Fix for crazy Windows threading bug... repeatedly adding and removing a network now doesn't leave networks in limbo. 12 years ago
WindowsEthernetTap.hpp (1) Tweak LAN locator beacon frequencies, (2) Windows virtual networks 12 years ago
WindowsEthernetTapFactory.cpp Fix for crazy Windows threading bug... repeatedly adding and removing a network now doesn't leave networks in limbo. 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.