<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - module zeroconf-discover doesn't detect all sinks on the remote / fails to construct the name for remote sink"
href="https://bugs.freedesktop.org/show_bug.cgi?id=94740#c5">Comment # 5</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - module zeroconf-discover doesn't detect all sinks on the remote / fails to construct the name for remote sink"
href="https://bugs.freedesktop.org/show_bug.cgi?id=94740">bug 94740</a>
from <span class="vcard"><a class="email" href="mailto:mistrzipan@gmail.com" title="mastier <mistrzipan@gmail.com>"> <span class="fn">mastier</span></a>
</span></b>
<pre>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.
<a href="http://tools.ietf.org/html/rfc6762#page-62">http://tools.ietf.org/html/rfc6762#page-62</a>
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];</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the QA Contact for the bug.</li>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>