From 9b104d5d3de65c98a172a8690b930e93fafbe965 Mon Sep 17 00:00:00 2001 From: christos Date: Thu, 22 Jan 2015 05:44:35 +0000 Subject: [PATCH] udp now works --- external/bsd/blacklist/TODO | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/external/bsd/blacklist/TODO b/external/bsd/blacklist/TODO index d201b5be0941..c991dbeee81b 100644 --- a/external/bsd/blacklist/TODO +++ b/external/bsd/blacklist/TODO @@ -1,9 +1,8 @@ -# $NetBSD: TODO,v 1.3 2015/01/22 04:20:50 christos Exp $ +# $NetBSD: TODO,v 1.4 2015/01/22 05:44:35 christos Exp $ - don't poll periodically, find the next timeout - perhaps pass addresses through the socket too? - use the socket also for commands? Or separate socket? -- test udp - add functionality to the control program. Should it change the database directly, or talk to the daemon to have it do it? - perhaps handle interfaces too instead of addresses for dynamic ip?