Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ambrop72/badvpn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lwip/src/FILES')
-rw-r--r--lwip/src/FILES6
1 files changed, 4 insertions, 2 deletions
diff --git a/lwip/src/FILES b/lwip/src/FILES
index 952aeab..0be0741 100644
--- a/lwip/src/FILES
+++ b/lwip/src/FILES
@@ -1,13 +1,15 @@
api/ - The code for the high-level wrapper API. Not needed if
you use the lowel-level call-back/raw API.
+apps/ - Higher layer applications that are specifically programmed
+ with the lwIP low-level 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.
+netif/ - Generic network interface device drivers are kept here.
For more information on the various subdirectories, check the FILES
file in each directory.