summaryrefslogtreecommitdiffstats
path: root/cfe/cfe/net/README
diff options
context:
space:
mode:
Diffstat (limited to 'cfe/cfe/net/README')
-rw-r--r--cfe/cfe/net/README17
1 files changed, 17 insertions, 0 deletions
diff --git a/cfe/cfe/net/README b/cfe/cfe/net/README
new file mode 100644
index 0000000..f4c1c8c
--- /dev/null
+++ b/cfe/cfe/net/README
@@ -0,0 +1,17 @@
+
+This directory contains the network modules for CFE. The
+following standards are implemented here:
+
+* Ethernet datalink
+* ARP
+* IP
+* UDP
+* ICMP
+* TFTP
+* BOOTP/DHCP
+* DNS (for queries only)
+* TCP
+
+If anyone really screams for it, I've considered putting a simple
+(very simple) TCP stack in here as well, but it doesn't seem worth it.
+