diff options
Diffstat (limited to 'osnet')
-rw-r--r-- | osnet/README.md | 6 | ||||
-rw-r--r-- | osnet/README.txt | 3 |
2 files changed, 6 insertions, 3 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. diff --git a/osnet/README.txt b/osnet/README.txt deleted file mode 100644 index 3101f3be..00000000 --- a/osnet/README.txt +++ /dev/null @@ -1,3 +0,0 @@ -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. |