Adam Ierymenko 67aa23530b More work on adding testnet and user-mode capabilities for local network simulation. 11 yıl önce
..
BSDRoutingTable.cpp b80c229d87 Tons of code cleanup, refactor Network to use EthernetTapFactory, probably also fix GitHub issue #90 11 yıl önce
BSDRoutingTable.hpp b80c229d87 Tons of code cleanup, refactor Network to use EthernetTapFactory, probably also fix GitHub issue #90 11 yıl önce
LinuxEthernetTap.cpp 67aa23530b More work on adding testnet and user-mode capabilities for local network simulation. 11 yıl önce
LinuxEthernetTap.hpp 67aa23530b More work on adding testnet and user-mode capabilities for local network simulation. 11 yıl önce
LinuxEthernetTapFactory.cpp 98d426e1d5 Path fixes in osnet/ stuff 11 yıl önce
LinuxEthernetTapFactory.hpp 98d426e1d5 Path fixes in osnet/ stuff 11 yıl önce
LinuxRoutingTable.cpp df0a8e8450 Linux routing table now works. 11 yıl önce
LinuxRoutingTable.hpp df0a8e8450 Linux routing table now works. 11 yıl önce
OSXEthernetTap.cpp 67aa23530b More work on adding testnet and user-mode capabilities for local network simulation. 11 yıl önce
OSXEthernetTap.hpp 67aa23530b More work on adding testnet and user-mode capabilities for local network simulation. 11 yıl önce
OSXEthernetTapFactory.cpp 37341048a9 Silence kextload/kextunload output, error handling improvements. 11 yıl önce
OSXEthernetTapFactory.hpp 98d426e1d5 Path fixes in osnet/ stuff 11 yıl önce
README.txt 59ebc9d41e docs 11 yıl önce
WindowsEthernetTap.cpp 67aa23530b More work on adding testnet and user-mode capabilities for local network simulation. 11 yıl önce
WindowsEthernetTap.hpp 67aa23530b More work on adding testnet and user-mode capabilities for local network simulation. 11 yıl önce
WindowsEthernetTapFactory.cpp de4e29288d Fix for crazy Windows threading bug... repeatedly adding and removing a network now doesn't leave networks in limbo. 11 yıl önce
WindowsEthernetTapFactory.hpp 7adf0eac7e Windows Ethernet tap refactoring complete. 11 yıl önce
WindowsRoutingTable.cpp f8d4611d15 (1) Tweak LAN locator beacon frequencies, (2) Windows virtual networks 11 yıl önce
WindowsRoutingTable.hpp f0199d6770 Windows routing table interface (untested). 11 yıl önce

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.