mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2024-12-19 21:17:52 +00:00
7 lines
397 B
Markdown
7 lines
397 B
Markdown
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.
|