From 9464a0f363c22631552f830f0cfe942dc4020c50 Mon Sep 17 00:00:00 2001 From: Julian Schmid Date: Tue, 2 Apr 2024 13:09:23 +0200 Subject: [PATCH] Adapt readme to defrag module --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8e621795..67bbc7fd 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ # etherparse -A zero allocation library for parsing & writing a bunch of packet based protocols (EthernetII, IPv4, IPv6, UDP, TCP ...). +A mostly zero allocation library for parsing & writing a bunch of packet based protocols (EthernetII, IPv4, IPv6, UDP, TCP ...). Currently supported are: * Ethernet II @@ -32,7 +32,7 @@ Etherparse is intended to provide the basic network parsing functions that allow Some key points are: * It is completely written in Rust and thoroughly tested. -* Special attention has been paid to not use allocations or syscalls. +* Special attention has been paid to not use allocations or syscalls except in the "defragmentation" code. * The package is still in development and can & will still change. * The current focus of development is on the most popular protocols in the internet & transport layer.