From c2662cc5d17fcb54ec6d04dd81a26bb427c55c74 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 28 Sep 2005 23:49:09 +0000 Subject: * add option to not enable SO_REUSEADDR for multicast sockets, effectively disallow multiple mDNS stacks running simultaneously * add a config file option for this and enable it by default * remove some bad \n in log messages git-svn-id: file:///home/lennart/svn/public/avahi/trunk@646 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- docs/TODO | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/TODO b/docs/TODO index ed55e5f..6a8bd50 100644 --- a/docs/TODO +++ b/docs/TODO @@ -11,8 +11,6 @@ for 0.6: * Add static host configuration like static services [lathiat] * wrap avahi_server_add_record() via DBUS and in avahi-client [lathiat] -* add option to disable SO_REUSEADDR to disallow binding of multiple processes to port 5353 - * add flags argument to disable cookies-setting for local services * reset commit throttling for entry groups after a while @@ -87,3 +85,4 @@ done: * allow resolving of services without name * add sever version check to avahi-client * Passive observation of failures +* add option to disable SO_REUSEADDR to disallow binding of multiple processes to port 5353 -- cgit