summaryrefslogtreecommitdiff
path: root/FEATURES
diff options
context:
space:
mode:
authorDirk Ziegelmeier <[email protected]>2018-10-04 21:13:32 +0200
committerDirk Ziegelmeier <[email protected]>2018-10-04 21:13:32 +0200
commit1f554efcbb221a073771ab89b6c90dd829428e48 (patch)
treec52c98bc3833c950259bf62853ae5e98ee47846f /FEATURES
parentd4c8b3e7e8aa6b795fb097ab41881f80957bd194 (diff)
Add ACD to several documents
Diffstat (limited to 'FEATURES')
-rw-r--r--FEATURES2
1 files changed, 1 insertions, 1 deletions
diff --git a/FEATURES b/FEATURES
index a50c5a5e..87802d13 100644
--- a/FEATURES
+++ b/FEATURES
@@ -4,7 +4,7 @@ The focus of the lwIP TCP/IP implementation is to reduce resource usage while st
Main features include:
- Protocols: IP, IPv6, ICMP, ND, MLD, UDP, TCP, IGMP, ARP, PPPoS, PPPoE, 6LowPAN (via IEEE 802.15.4, BLE or ZEP; since v2.1.0)
-- DHCP client, stateless DHCPv6 (since v2.1.0), DNS client (incl. mDNS hostname resolver), AutoIP/APIPA (Zeroconf), SNMP agent (v1, v2c, v3 (since v2.1.0), private MIB support & MIB compiler)
+- DHCP client, stateless DHCPv6 (since v2.1.0), DNS client (incl. mDNS hostname resolver), AutoIP/APIPA (Zeroconf), ACD (Address Conflict Detection), SNMP agent (v1, v2c, v3 (since v2.1.0), private MIB support & MIB compiler)
- APIs: specialized APIs for enhanced performance & zero copy, optional Berkeley-alike socket API
- Extended features: IP forwarding over multiple network interfaces
- Extended TCP features: congestion control, RTT estimation and fast recovery/fast retransmit, sending SACKs (since v2.1.0), "altcp": nearly transparent TLS for any tcp pcb (since v2.1.0)