diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2014-10-28 15:53:11 -0700 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2014-10-28 15:53:11 -0700 |
commit | 9a5f6f020f98d1deb5f5591f850e1738c3bbae55 (patch) | |
tree | 264972e28852deed64a84f08ac0c7b41dd07a23a /osnet | |
parent | 4dec598fb888e24e663c8e32c499b82b74086534 (diff) | |
download | infinitytier-9a5f6f020f98d1deb5f5591f850e1738c3bbae55.tar.gz infinitytier-9a5f6f020f98d1deb5f5591f850e1738c3bbae55.zip |
docs
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. |