Adam Ierymenko 4e95384ad6 Cleanup, add tristate to config code in Network, and happy new year! 11 سال پیش
..
BSDEthernetTap.cpp 4e95384ad6 Cleanup, add tristate to config code in Network, and happy new year! 11 سال پیش
BSDEthernetTap.hpp 4e95384ad6 Cleanup, add tristate to config code in Network, and happy new year! 11 سال پیش
BSDEthernetTapFactory.cpp 4e95384ad6 Cleanup, add tristate to config code in Network, and happy new year! 11 سال پیش
BSDEthernetTapFactory.hpp 4e95384ad6 Cleanup, add tristate to config code in Network, and happy new year! 11 سال پیش
BSDRoutingTable.cpp 4e95384ad6 Cleanup, add tristate to config code in Network, and happy new year! 11 سال پیش
BSDRoutingTable.hpp 4e95384ad6 Cleanup, add tristate to config code in Network, and happy new year! 11 سال پیش
LinuxEthernetTap.cpp 4e95384ad6 Cleanup, add tristate to config code in Network, and happy new year! 11 سال پیش
LinuxEthernetTap.hpp 4e95384ad6 Cleanup, add tristate to config code in Network, and happy new year! 11 سال پیش
LinuxEthernetTapFactory.cpp 4e95384ad6 Cleanup, add tristate to config code in Network, and happy new year! 11 سال پیش
LinuxEthernetTapFactory.hpp 4e95384ad6 Cleanup, add tristate to config code in Network, and happy new year! 11 سال پیش
LinuxRoutingTable.cpp 4e95384ad6 Cleanup, add tristate to config code in Network, and happy new year! 11 سال پیش
LinuxRoutingTable.hpp 4e95384ad6 Cleanup, add tristate to config code in Network, and happy new year! 11 سال پیش
NativeSocketManager.cpp 4e95384ad6 Cleanup, add tristate to config code in Network, and happy new year! 11 سال پیش
NativeSocketManager.hpp 4e95384ad6 Cleanup, add tristate to config code in Network, and happy new year! 11 سال پیش
OSXEthernetTap.cpp 4e95384ad6 Cleanup, add tristate to config code in Network, and happy new year! 11 سال پیش
OSXEthernetTap.hpp 4e95384ad6 Cleanup, add tristate to config code in Network, and happy new year! 11 سال پیش
OSXEthernetTapFactory.cpp 4e95384ad6 Cleanup, add tristate to config code in Network, and happy new year! 11 سال پیش
OSXEthernetTapFactory.hpp 4e95384ad6 Cleanup, add tristate to config code in Network, and happy new year! 11 سال پیش
README.md 9a5f6f020f docs 11 سال پیش
WindowsEthernetTap.cpp 4e95384ad6 Cleanup, add tristate to config code in Network, and happy new year! 11 سال پیش
WindowsEthernetTap.hpp 4e95384ad6 Cleanup, add tristate to config code in Network, and happy new year! 11 سال پیش
WindowsEthernetTapFactory.cpp 4e95384ad6 Cleanup, add tristate to config code in Network, and happy new year! 11 سال پیش
WindowsEthernetTapFactory.hpp 4e95384ad6 Cleanup, add tristate to config code in Network, and happy new year! 11 سال پیش
WindowsRoutingTable.cpp 4e95384ad6 Cleanup, add tristate to config code in Network, and happy new year! 11 سال پیش
WindowsRoutingTable.hpp 4e95384ad6 Cleanup, add tristate to config code in Network, and happy new year! 11 سال پیش

README.md

Network and Virtual Network Port Interfaces for Real OSes

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.

It also contains NativeSocketManager which implements SocketManager using standard sockets (or WinSock2) and select() for multiplexing.