lwip-1.4.1 (partial)

Dependents:   IGLOO_board

Committer:
ua1arn
Date:
Tue Jul 24 17:36:01 2018 +0000
Revision:
1:119c4f7144c8
Parent:
0:c2ca3c5ded62
lwip 1.4.1 with necessary servers

Who changed what in which revision?

UserRevisionLine numberNew contents of line
ua1arn 0:c2ca3c5ded62 1 api/ - The code for the high-level wrapper API. Not needed if
ua1arn 0:c2ca3c5ded62 2 you use the lowel-level call-back/raw API.
ua1arn 0:c2ca3c5ded62 3
ua1arn 0:c2ca3c5ded62 4 core/ - The core of the TPC/IP stack; protocol implementations,
ua1arn 0:c2ca3c5ded62 5 memory and buffer management, and the low-level raw API.
ua1arn 0:c2ca3c5ded62 6
ua1arn 0:c2ca3c5ded62 7 include/ - lwIP include files.
ua1arn 0:c2ca3c5ded62 8
ua1arn 0:c2ca3c5ded62 9 netif/ - Generic network interface device drivers are kept here,
ua1arn 0:c2ca3c5ded62 10 as well as the ARP module.
ua1arn 0:c2ca3c5ded62 11
ua1arn 0:c2ca3c5ded62 12 For more information on the various subdirectories, check the FILES
ua1arn 0:c2ca3c5ded62 13 file in each directory.