https://bugs.freedesktop.org/show_bug.cgi?id=94740
--- Comment #5 from mastier <[email protected]> ---
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.
_______________________________________________
pulseaudio-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/pulseaudio-bugs