We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a645360 commit 2f6ffa4Copy full SHA for 2f6ffa4
FILES
@@ -1,5 +1,10 @@
1
-src/ - The source code for the lwIP TCP/IP stack.
2
-doc/ - The documentation for lwIP.
3
-test/ - Some code to test whether the sources do what they should.
+api/ - The code for the high-level wrapper API. Not needed if
+ you use the lowel-level call-back/raw API.
4
5
-See also the FILES file in each subdirectory.
+core/ - The core of the TPC/IP stack; protocol implementations,
+ memory and buffer management, and the low-level raw API.
6
+
7
+netif/ - Generic network interface device drivers are kept here.
8
9
+For more information on the various subdirectories, check the FILES
10
+file in each directory.
src/FILES
src/Filelists.mk
0 commit comments