summaryrefslogtreecommitdiff
path: root/osnet/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'osnet/README.md')
-rw-r--r--osnet/README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/osnet/README.md b/osnet/README.md
new file mode 100644
index 00000000..114e26f2
--- /dev/null
+++ b/osnet/README.md
@@ -0,0 +1,6 @@
+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.