diff options
author | Lennart Poettering <lennart@poettering.net> | 2005-06-28 22:09:17 +0000 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2005-06-28 22:09:17 +0000 |
commit | 14f8d9beb7ef14b0aab5512345e09109bdd8cb0c (patch) | |
tree | 83828a846e27bbdee70febaa58a85a65439052a2 /todo | |
parent | f93c4009fd022577c8fe989343172b849e792aa2 (diff) |
* recreate DNS query in simple protocol on host or domain name changes
* C++ compatibility
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@151 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'todo')
-rw-r--r-- | todo | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -1,8 +1,11 @@ todo: * release! -* support for special domain PTR records based on local IP subnet address * drop trailing dot on avahi_normalize_name() -* c++ support +later: +* support for special domain PTR records based on local IP subnet address +* Changes resulting in updated RFC of 7th June 2005: + * Defer responses to replies with TC bit set by 400-500msec + * Defer unicast responses the same way as multicast responses done: * Probing/Conflict resolution @@ -40,3 +43,4 @@ done: * reflector * test against apple test suite * sensible logging +* c++ support |