summaryrefslogtreecommitdiff
path: root/nuttx/net/README.txt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-06-27 17:51:32 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-06-27 17:51:32 -0600
commitecdeb1753ab553b2081217fbac9dfd04d0620469 (patch)
tree07971b493bebcfb847c2de1f4cbecd78b43191b7 /nuttx/net/README.txt
parent2829ffe832cb656645f8eb3378ace9d402dce2ff (diff)
downloadnuttx-ecdeb1753ab553b2081217fbac9dfd04d0620469.tar.gz
nuttx-ecdeb1753ab553b2081217fbac9dfd04d0620469.tar.bz2
nuttx-ecdeb1753ab553b2081217fbac9dfd04d0620469.zip
Clean-up naming associated with network checksums
Diffstat (limited to 'nuttx/net/README.txt')
-rw-r--r--nuttx/net/README.txt31
1 files changed, 16 insertions, 15 deletions
diff --git a/nuttx/net/README.txt b/nuttx/net/README.txt
index f072c0786..db1f6aa98 100644
--- a/nuttx/net/README.txt
+++ b/nuttx/net/README.txt
@@ -12,6 +12,7 @@ Directory Structure
+- devif - Stack/device interface layer
+- icmp - Internet Control Message Protocol
+- iob - I/O buffering logic
+ +- ipv6 - Logic unique to IPv6
+- netdev - Socket network device interface
+- pkt - "Raw" packet socket support
+- socket - BSD socket interface
@@ -21,18 +22,18 @@ Directory Structure
`- utils - Miscellaneous utility functions
- +-------------------------------------------------------------+
- | Application layer |
- +-------------------------------------------------------------+
- +-------------------------------------------------------------+
- | Socket layer (socket/) |
- +-------------------------------------------------------------+
- +------------++-----------------------------------------------+
- | Network || Protocol stacks (arp, icmp, pkt, tcp, udp) |
- | Device |+-----------------------------------------------+
- | Interface |+---------------------------------++------------+
- | (netdev/) ||Network Device Interface (devif/)|| Utilities |
- +------------++---------------------------------++------------+
- +-------------------------------------------------------------+
- | Network Device Drivers |
- +-------------------------------------------------------------+
+ +----------------------------------------------------------------+
+ | Application layer |
+ +----------------------------------------------------------------+
+ +----------------------------------------------------------------+
+ | Socket layer (socket/) |
+ +----------------------------------------------------------------+
+ +------------++--------------------------------------------------+
+ | Network || Protocol stacks (arp, ipv6, icmp, pkt, tcp, udp) |
+ | Device |+--------------------------------------------------+
+ | Interface |+------------------------------------++------------+
+ | (netdev/) || Network Device Interface (devif/) || Utilities |
+ +------------++------------------------------------++------------+
+ +----------------------------------------------------------------+
+ | Network Device Drivers |
+ +----------------------------------------------------------------+