Christiano Haesbaert
Christiano Haesbaert
Would the reflector also process stuff and then reflect ? Or just reflect ? How does avahi handle this ? This has been a continuous feature request, so I'll write...
I never actually got to implement ipv6, it was one of the last things in my TODO.
Ah, people have been fixing things in the ports tree, so we need to sync the code + patches in ports in the git repo.
I agree, I've just released 0.6 and there should be no more need for the patches in ports.
Sadly, it's not only the kernel interface that needs to support ipv6, it needs also support for the protocol itself. Getting addresses and so on shouldn't be much work though.
>The manpage gives a brief example of using mdnsctl to publish a service. The example is perhaps a little too brief. I agree, I'm accepting diffs for the manpage. I've...
pidfile(3) is not POSIX, actually non of my systems have it. But yes, writing a pidfile would be nice, I'll get to it once I find sometime.
ha ! you're right. Well I don't maintain the freebsd port, so that's their issue.
Indeed currently there is no support for publishing two TXT records, I was not aware of any service that needed that. It's possible that this became common in more recent...
Sadly it is not that simple. Check mdns_service structure, it expects just one txt. This is something defined by the dns-sd protocok, not mdns itself. I was quite sure it...