Uploaded image for project: 'mod_cluster'
  1. mod_cluster
  2. MODCLUSTER-292

Use "MulticastSocket(SocketAddress bindaddr)" on Solaris

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Obsolete
    • Icon: Major Major
    • None
    • 1.2.0.Final
    • None
    • None

      MulticastSocketFactoryImpl determines whether it can use the "MulticastSocket(SocketAddress bindaddr)" constructor variant based on this:

      this.linuxlike = (value != null) && (value.toLowerCase().startsWith("linux") || value.toLowerCase().startsWith("mac") || value.toLowerCase().startsWith("hp"));

      JGroups when doing a similiar test also allows Solaris via including (value.toLowerCase().startsWith("sun") in the test.

      (Tangent: JGroups doesn't allow "mac", which sounds like a good topic for discussion between the respective teams.)

            rhn-engineering-rhusar Radoslav Husar
            bstansbe@redhat.com Brian Stansberry
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: