2
0
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.