From 50f76112270a45eb12b74d7034ba21f994ca3dbb Mon Sep 17 00:00:00 2001 From: Thomas Bernard Date: Thu, 30 Oct 2014 20:35:36 +0100 Subject: [PATCH] miniupnpd/TODO: updated TODO (a bit) --- miniupnpd/TODO | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/miniupnpd/TODO b/miniupnpd/TODO index eeb796a..ce7ad24 100644 --- a/miniupnpd/TODO +++ b/miniupnpd/TODO @@ -2,17 +2,9 @@ => Done (ifacewatcher 2011/05) To be improved. - improve logging. -- add support for IPv6 thanks to http://www.upnp.org/download/Annex%20A%20-%20IPv6.doc - => work in progress - - send also NOTIFY packets in IPv6 => done (2012/04/06) - - make minissdpd know IPv6 also... => done - improve NAT-PMP compliance => to be checked -- Clean Option parsing/processing. - => done 2012/02/05 -- Option to hide the windows Interconnection icon and pop-up - something to do with optionally having a blank presentation_url - Done (2009/02/13) - Tomato's version used to dynamically include the local LAN IP and WAN IP as the windows icon name - if it was displayed... - I just enabled my lease file to save the port mappings so I don't have to recreate them every time miniupnp gets restarted but instead what happens is the lease file gets recreated and the leases erased. @@ -27,10 +19,4 @@ support IGD v2 : http://upnp.org/specs/gw/igd2/ - netfilter : ok ? - ipfw/ipf : TODO -use non blocking sockets everywhere : - - HTTP => OK - - SSDP => OK - - NAT-PMP => OK - - not needed for miniupnpdctl - -implement port_in_use() for NetBSD and FreeBSD +implement port_in_use() for NetBSD