From 9efec755fd9c7dc060c157b7701efd67cc89d6da Mon Sep 17 00:00:00 2001 From: Michael Tharp Date: Mon, 10 Nov 2014 19:59:34 -0500 Subject: [PATCH] update notes --- doc/updates.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/updates.rst b/doc/updates.rst index efe6b02..272e773 100644 --- a/doc/updates.rst +++ b/doc/updates.rst @@ -20,6 +20,7 @@ Version 4.2 ----------- * Fixed NTP replies being delayed by an ARP or NDP lookup. Replies are now always returned to the same MAC address from which they originated. (`#8`_). +* Faster, zero-copy Ethernet transmission. Version 4.1 -----------