Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Dec 2000 14:39:31 +0900
From:      SHUDO Kazuyuki <shudoh@muraoka.info.waseda.ac.jp>
To:        "Ari Suutari" <ari@suutari.iki.fi>
Cc:        freebsd-java@freebsd.org
Subject:   Re: Linux jdk & multicast
Message-ID:  <200012150539.OAA06201@cafe.muraoka.info.waseda.ac.jp>
In-Reply-To: Your message of "Thu, 14 Dec 2000 12:39:59 %2B0200." <002e01c065ba$3598c260$0e05a8c0@intranet.syncrontech.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Ari Suutari wrote:

> which are running linux jdk 1.2.2 & FreeBSD 3.x-STABLE.
>
> Multicasting doesn't seem to work in this case very well, since
> linux jdk doesn't issue necessary setsockopt(.... SO_REUSEPORT....)
> to allow multiple applications to bind to same multicast port.

Native methods may be able to call setsockopt()
against the file descriptor representing the socket.

In case that sock is an instance of Socket class,
s.impl.fd.fd is an int value which is the file descriptor.

Kazuyuki SHUDO				Happy Hacking!
  Muraoka Lab., Grad. School of Sci. & Eng., Waseda Univ.


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-java" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200012150539.OAA06201>