summaryrefslogtreecommitdiff
path: root/src/README
diff options
context:
space:
mode:
Diffstat (limited to 'src/README')
-rw-r--r--src/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/README b/src/README
index c2e9065..43abced 100644
--- a/src/README
+++ b/src/README
@@ -75,3 +75,10 @@ C library routines
* stdlib.c - UNIX standard library functions
* stdio.c - I/O functions, printing
* setjmp.asm - setjmp/longjmp implementation (in assembly)
+
+net
+---
+
+Network library, currently IPv4 only.
+
+* arp.c - implementation of the ARP protocol