You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Adam Ierymenko 4e95384ad6 Cleanup, add tristate to config code in Network, and happy new year! 11 years ago
..
BSDEthernetTap.cpp Cleanup, add tristate to config code in Network, and happy new year! 11 years ago
BSDEthernetTap.hpp Cleanup, add tristate to config code in Network, and happy new year! 11 years ago
BSDEthernetTapFactory.cpp Cleanup, add tristate to config code in Network, and happy new year! 11 years ago
BSDEthernetTapFactory.hpp Cleanup, add tristate to config code in Network, and happy new year! 11 years ago
BSDRoutingTable.cpp Cleanup, add tristate to config code in Network, and happy new year! 11 years ago
BSDRoutingTable.hpp Cleanup, add tristate to config code in Network, and happy new year! 11 years ago
LinuxEthernetTap.cpp Cleanup, add tristate to config code in Network, and happy new year! 11 years ago
LinuxEthernetTap.hpp Cleanup, add tristate to config code in Network, and happy new year! 11 years ago
LinuxEthernetTapFactory.cpp Cleanup, add tristate to config code in Network, and happy new year! 11 years ago
LinuxEthernetTapFactory.hpp Cleanup, add tristate to config code in Network, and happy new year! 11 years ago
LinuxRoutingTable.cpp Cleanup, add tristate to config code in Network, and happy new year! 11 years ago
LinuxRoutingTable.hpp Cleanup, add tristate to config code in Network, and happy new year! 11 years ago
NativeSocketManager.cpp Cleanup, add tristate to config code in Network, and happy new year! 11 years ago
NativeSocketManager.hpp Cleanup, add tristate to config code in Network, and happy new year! 11 years ago
OSXEthernetTap.cpp Cleanup, add tristate to config code in Network, and happy new year! 11 years ago
OSXEthernetTap.hpp Cleanup, add tristate to config code in Network, and happy new year! 11 years ago
OSXEthernetTapFactory.cpp Cleanup, add tristate to config code in Network, and happy new year! 11 years ago
OSXEthernetTapFactory.hpp Cleanup, add tristate to config code in Network, and happy new year! 11 years ago
README.md docs 12 years ago
WindowsEthernetTap.cpp Cleanup, add tristate to config code in Network, and happy new year! 11 years ago
WindowsEthernetTap.hpp Cleanup, add tristate to config code in Network, and happy new year! 11 years ago
WindowsEthernetTapFactory.cpp Cleanup, add tristate to config code in Network, and happy new year! 11 years ago
WindowsEthernetTapFactory.hpp Cleanup, add tristate to config code in Network, and happy new year! 11 years ago
WindowsRoutingTable.cpp Cleanup, add tristate to config code in Network, and happy new year! 11 years ago
WindowsRoutingTable.hpp Cleanup, add tristate to config code in Network, and happy new year! 11 years ago

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.