Adam Ierymenko 6df9546742 Fix for missing broadcast address on Linux Ethernet taps. před 11 roky
..
BSDRoutingTable.cpp b80c229d87 Tons of code cleanup, refactor Network to use EthernetTapFactory, probably also fix GitHub issue #90 před 11 roky
BSDRoutingTable.hpp b80c229d87 Tons of code cleanup, refactor Network to use EthernetTapFactory, probably also fix GitHub issue #90 před 11 roky
LinuxEthernetTap.cpp 6df9546742 Fix for missing broadcast address on Linux Ethernet taps. před 11 roky
LinuxEthernetTap.hpp 98d426e1d5 Path fixes in osnet/ stuff před 11 roky
LinuxEthernetTapFactory.cpp 98d426e1d5 Path fixes in osnet/ stuff před 11 roky
LinuxEthernetTapFactory.hpp 98d426e1d5 Path fixes in osnet/ stuff před 11 roky
LinuxRoutingTable.cpp df0a8e8450 Linux routing table now works. před 11 roky
LinuxRoutingTable.hpp df0a8e8450 Linux routing table now works. před 11 roky
OSXEthernetTap.cpp eadff71d37 Another fix to Network life cycle. před 11 roky
OSXEthernetTap.hpp 526435859f Newly broken out OSX tap driver builds now. před 11 roky
OSXEthernetTapFactory.cpp 37341048a9 Silence kextload/kextunload output, error handling improvements. před 11 roky
OSXEthernetTapFactory.hpp 98d426e1d5 Path fixes in osnet/ stuff před 11 roky
README.txt 59ebc9d41e docs před 11 roky
WindowsEthernetTap.cpp de4e29288d Fix for crazy Windows threading bug... repeatedly adding and removing a network now doesn't leave networks in limbo. před 11 roky
WindowsEthernetTap.hpp f8d4611d15 (1) Tweak LAN locator beacon frequencies, (2) Windows virtual networks před 11 roky
WindowsEthernetTapFactory.cpp de4e29288d Fix for crazy Windows threading bug... repeatedly adding and removing a network now doesn't leave networks in limbo. před 11 roky
WindowsEthernetTapFactory.hpp 7adf0eac7e Windows Ethernet tap refactoring complete. před 11 roky
WindowsRoutingTable.cpp f8d4611d15 (1) Tweak LAN locator beacon frequencies, (2) Windows virtual networks před 11 roky
WindowsRoutingTable.hpp f0199d6770 Windows routing table interface (untested). před 11 roky

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.