diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-03-31 14:12:33 -0700 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-03-31 14:12:33 -0700 |
commit | e61a40a956dfa538be8c8fec1448a9e51acd02e5 (patch) | |
tree | 60b50f9917c0db4b20a8f029f05c3b15f221dcaf /osdep | |
parent | a61acf36d21522d246fb0364f0d34302037e3ff3 (diff) | |
download | infinitytier-e61a40a956dfa538be8c8fec1448a9e51acd02e5.tar.gz infinitytier-e61a40a956dfa538be8c8fec1448a9e51acd02e5.zip |
docs
Diffstat (limited to 'osdep')
-rw-r--r-- | osdep/README.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/osdep/README.md b/osdep/README.md index 114e26f2..a77297ab 100644 --- a/osdep/README.md +++ b/osdep/README.md @@ -1,6 +1,6 @@ -Network and Virtual Network Port Interfaces for Real OSes +OS-Dependent and OS-Interface Things ====== -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. +This folder contains stuff that interfaces with the base operating system +like Phy for network access and the various OS-specific Ethernet tap +drivers. |