From 1ba7c9a2bacb9e7d3f4e3b803021673edbbd1a95 Mon Sep 17 00:00:00 2001 From: "Nicholas J. Kain" Date: Tue, 20 Oct 2020 07:06:19 -0400 Subject: [PATCH] Documentation update -- signalfd and epoll aren't used anymore. --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 64a2162..173d914 100644 --- a/README.md +++ b/README.md @@ -207,8 +207,6 @@ link state change notification events. to drop unwanted packets in kernelspace. This functionality is available on most modern unix systems, but it is not standard. -* ndhc uses `epoll()` and `signalfd()`. These are Linux-specific. - * Numerous socket options are used, and the `AF_PACKET` socket family is used for raw sockets and ARP. These are largely Linux-specific, too.