mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-05 08:28:32 +00:00
Update src/FILES and src/netif/FILES
This commit is contained in:
parent
98fbb855fb
commit
d2e008d4b4
@ -1,7 +1,5 @@
|
||||
api/ - The code for the API.
|
||||
|
||||
arch/ - Architectural specific files are kept here.
|
||||
|
||||
core/ - The core files including protocol implementations, memory
|
||||
and buffer management etc.
|
||||
|
||||
|
@ -11,6 +11,7 @@ ethernetif.c
|
||||
An example of how an Ethernet device driver could look. This
|
||||
file can be used as a "skeleton" for developing new Ethernet
|
||||
network device drivers. It uses the etharp.c ARP code.
|
||||
!!!THIS FILE IS NOT IN SYNC WITH CURRENT CODE !!!!
|
||||
|
||||
loopif.c
|
||||
An example network interface that shows how a "loopback"
|
||||
@ -22,7 +23,3 @@ slipif.c
|
||||
A generic implementation of the SLIP (Serial Line IP)
|
||||
protocol. It requires a sio (serial I/O) module to work.
|
||||
|
||||
tcpdump.c
|
||||
Not a network interface driver, but some code that parses a
|
||||
TCP/IP packet and outputs printfs in an tcpdump-like
|
||||
way. Only used for debugging.
|
||||
|
Loading…
Reference in New Issue
Block a user