[pulseaudio-tickets] [Bug 94740] module zeroconf-discover doesn't detect all sinks on the remote / fails to construct the name for remote sink
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Wed Apr 13 11:57:44 UTC 2016
https://bugs.freedesktop.org/show_bug.cgi?id=94740
--- Comment #5 from mastier <mistrzipan at gmail.com> ---
I checked the RFC and the suggested size is 255 octets, then I checked the
AVAHI/Zeroconf string creation code and it has 'char' (so 1byte) type array set
to 128bytes.
http://tools.ietf.org/html/rfc6762#page-62
So I pressume that value can be increased.
src/modules/module-zeroconf-publish.c: char s[128];
The same goes for bonjour:
src/modules/macosx/module-bonjour-publish.c: char s[128];
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/pulseaudio-bugs/attachments/20160413/bc5bec73/attachment.html>
More information about the pulseaudio-bugs
mailing list