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.
|
|
12 years ago | |
|---|---|---|
| .. | ||
| BSDRoutingTable.cpp | 12 years ago | |
| BSDRoutingTable.hpp | 12 years ago | |
| LinuxEthernetTap.cpp | 12 years ago | |
| LinuxEthernetTap.hpp | 12 years ago | |
| LinuxEthernetTapFactory.cpp | 12 years ago | |
| LinuxEthernetTapFactory.hpp | 12 years ago | |
| LinuxRoutingTable.cpp | 12 years ago | |
| LinuxRoutingTable.hpp | 12 years ago | |
| NativeSocketManager.cpp | 12 years ago | |
| NativeSocketManager.hpp | 12 years ago | |
| OSXEthernetTap.cpp | 12 years ago | |
| OSXEthernetTap.hpp | 12 years ago | |
| OSXEthernetTapFactory.cpp | 12 years ago | |
| OSXEthernetTapFactory.hpp | 12 years ago | |
| README.md | 12 years ago | |
| WindowsEthernetTap.cpp | 12 years ago | |
| WindowsEthernetTap.hpp | 12 years ago | |
| WindowsEthernetTapFactory.cpp | 12 years ago | |
| WindowsEthernetTapFactory.hpp | 12 years ago | |
| WindowsRoutingTable.cpp | 12 years ago | |
| WindowsRoutingTable.hpp | 12 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.