summaryrefslogtreecommitdiff
path: root/ext/lwip/src/FILES
diff options
context:
space:
mode:
authorJoseph Henry <joseph.henry@zerotier.com>2015-09-10 13:56:01 -0400
committerJoseph Henry <joseph.henry@zerotier.com>2015-09-10 13:56:01 -0400
commit750352836f72c5dc0136b6aae96ec28f8fe356cb (patch)
tree934d15eec15cf2c1bcf4bb60970e274d07ddd57f /ext/lwip/src/FILES
parenta43c3fbf2e03f99c51383123423d86656ac252bf (diff)
downloadinfinitytier-750352836f72c5dc0136b6aae96ec28f8fe356cb.tar.gz
infinitytier-750352836f72c5dc0136b6aae96ec28f8fe356cb.zip
initial commit
Diffstat (limited to 'ext/lwip/src/FILES')
-rw-r--r--ext/lwip/src/FILES13
1 files changed, 13 insertions, 0 deletions
diff --git a/ext/lwip/src/FILES b/ext/lwip/src/FILES
new file mode 100644
index 00000000..952aeabb
--- /dev/null
+++ b/ext/lwip/src/FILES
@@ -0,0 +1,13 @@
+api/ - The code for the high-level wrapper API. Not needed if
+ you use the lowel-level call-back/raw API.
+
+core/ - The core of the TPC/IP stack; protocol implementations,
+ memory and buffer management, and the low-level raw API.
+
+include/ - lwIP include files.
+
+netif/ - Generic network interface device drivers are kept here,
+ as well as the ARP module.
+
+For more information on the various subdirectories, check the FILES
+file in each directory.