Adam Ierymenko 4e95384ad6 Cleanup, add tristate to config code in Network, and happy new year! před 11 roky
..
BSDEthernetTap.cpp 4e95384ad6 Cleanup, add tristate to config code in Network, and happy new year! před 11 roky
BSDEthernetTap.hpp 4e95384ad6 Cleanup, add tristate to config code in Network, and happy new year! před 11 roky
BSDEthernetTapFactory.cpp 4e95384ad6 Cleanup, add tristate to config code in Network, and happy new year! před 11 roky
BSDEthernetTapFactory.hpp 4e95384ad6 Cleanup, add tristate to config code in Network, and happy new year! před 11 roky
BSDRoutingTable.cpp 4e95384ad6 Cleanup, add tristate to config code in Network, and happy new year! před 11 roky
BSDRoutingTable.hpp 4e95384ad6 Cleanup, add tristate to config code in Network, and happy new year! před 11 roky
LinuxEthernetTap.cpp 4e95384ad6 Cleanup, add tristate to config code in Network, and happy new year! před 11 roky
LinuxEthernetTap.hpp 4e95384ad6 Cleanup, add tristate to config code in Network, and happy new year! před 11 roky
LinuxEthernetTapFactory.cpp 4e95384ad6 Cleanup, add tristate to config code in Network, and happy new year! před 11 roky
LinuxEthernetTapFactory.hpp 4e95384ad6 Cleanup, add tristate to config code in Network, and happy new year! před 11 roky
LinuxRoutingTable.cpp 4e95384ad6 Cleanup, add tristate to config code in Network, and happy new year! před 11 roky
LinuxRoutingTable.hpp 4e95384ad6 Cleanup, add tristate to config code in Network, and happy new year! před 11 roky
NativeSocketManager.cpp 4e95384ad6 Cleanup, add tristate to config code in Network, and happy new year! před 11 roky
NativeSocketManager.hpp 4e95384ad6 Cleanup, add tristate to config code in Network, and happy new year! před 11 roky
OSXEthernetTap.cpp 4e95384ad6 Cleanup, add tristate to config code in Network, and happy new year! před 11 roky
OSXEthernetTap.hpp 4e95384ad6 Cleanup, add tristate to config code in Network, and happy new year! před 11 roky
OSXEthernetTapFactory.cpp 4e95384ad6 Cleanup, add tristate to config code in Network, and happy new year! před 11 roky
OSXEthernetTapFactory.hpp 4e95384ad6 Cleanup, add tristate to config code in Network, and happy new year! před 11 roky
README.md 9a5f6f020f docs před 11 roky
WindowsEthernetTap.cpp 4e95384ad6 Cleanup, add tristate to config code in Network, and happy new year! před 11 roky
WindowsEthernetTap.hpp 4e95384ad6 Cleanup, add tristate to config code in Network, and happy new year! před 11 roky
WindowsEthernetTapFactory.cpp 4e95384ad6 Cleanup, add tristate to config code in Network, and happy new year! před 11 roky
WindowsEthernetTapFactory.hpp 4e95384ad6 Cleanup, add tristate to config code in Network, and happy new year! před 11 roky
WindowsRoutingTable.cpp 4e95384ad6 Cleanup, add tristate to config code in Network, and happy new year! před 11 roky
WindowsRoutingTable.hpp 4e95384ad6 Cleanup, add tristate to config code in Network, and happy new year! před 11 roky

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.