Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[dsdp-tm-dev] Multicast address in discovery protocol extension point

Hi Javier,

Is there a particular reason why you use "#" as the separator
in the multicast address attribute of the discovery protocol
extension point?

UDP#224.0.0.1;TCP#224.0.0.1

I think it would be better and more familiar to use the
syntax that's also used in URIs:
      [<scheme>:]<scheme-specific-part>[#<fragment>] 
which would translate to

UDP:224.0.0.1;TCP:224.0.0.1

Can you change that?

Thanks,
--
Martin Oberhuber
Wind River Systems, Inc.
Target Management Project Lead, DSDP PMC Member
http://www.eclipse.org/dsdp/tm

+          <attribute name="multicast" type="string">
+             <annotation>
+                <documentation>
+                   Allows specifying multicast addresses to be used
with different transports in the format
&quot;transportName1#address1;transportName2#address2&quot;
+                </documentation>
+             </annotation>
+          </attribute>
        </complexType>
     </element>

_______________________________________________
dsdp-tm-cvs-commit mailing list
dsdp-tm-cvs-commit@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dsdp-tm-cvs-commit


Back to the top