From 76e851fc5618c8549c4c92f2a8895a59827285f3 Mon Sep 17 00:00:00 2001 From: likewise Date: Sat, 19 Oct 2002 13:16:22 +0000 Subject: [PATCH] Fixed typo. Testing CVS add as a test. --- README | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 00000000..4a7698a7 --- /dev/null +++ b/README @@ -0,0 +1,28 @@ +lwIP is a small independent implementation of the TCP/IP protocol +suite that has been developed by Adam Dunkels at the Computer and +Networks Architectures (CNA) lab at the Swedish Institute of Computer +Science (SICS). + +The focus of the lwIP TCP/IP implementation is to reduce the RAM usage +while still having a full scale TCP. This making lwIP suitable for use +in embedded systems with tenths of kilobytes of free RAM and room for +around 40 kilobytes of code ROM. + +lwIP features: + * IP (Internet Protocol) including packet forwarding over multiple + network interfaces + * ICMP (Internet Control Message Protocol) for network maintenance + and debugging + * UDP (User Datagram Protocol) including experimental UDP-lite + extensions + * TCP (Transmission Control Protocol) with congestion control, RTT + estimation and fast recovery/fast retransmit + * Specialized API for enhanced performance + * Optional Berkeley socket API + +lwIP is freely available under a BSD license. + +For more information, go to the lwIP homepage at +http://www.sics.se/~adam/lwip/ + +Adam Dunkels