Re: Invalid DatagramSocket option

1999-07-28 Thread Rudi Streif
d exactly the same. Rudy -Original Message- From: Larry Hsiao <[EMAIL PROTECTED]> To: Rudi Streif <[EMAIL PROTECTED]> Date: Wednesday, July 28, 1999 12:43 PM Subject: Re: Invalid DatagramSocket option >Rudy, > >Thanks for the info. > >> You need to check i

Re: Invalid DatagramSocket option

1999-07-26 Thread Rudi Streif
of this is ok it should work. Rudi -Original Message- From: Larry Hsiao <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Friday, July 23, 1999 2:29 PM Subject: Invalid DatagramSocket option >Hi, > >I have an applet that performs a multicast function on a L

Re: Invalid DatagramSocket option

1999-07-25 Thread Matthias Pfisterer
r the privilege checking, the applet attempts to > instantiate a MulticastSocket with the following code: > DatagramSocket socket = new MulticastSocket(); > At this point, a SocketException occurrs. > > The Stack traces are: > invalid DatagramSocket

Re: Invalid DatagramSocket option

1999-07-23 Thread Chris Abbey
Is your kernel multicast aware? cabbey at home dot net <*> http://members.home.net/cabbey I want a binary interface to the brain! Today's opto-mechanical digital interfaces are just too slow! -- To UNSUBSCRIBE, em

Invalid DatagramSocket option

1999-07-23 Thread Larry Hsiao
ttempts to instantiate a MulticastSocket with the following code: DatagramSocket socket = new MulticastSocket(); At this point, a SocketException occurrs. The Stack traces are: invalid DatagramSocket option at java.net.PlainDatagramSocketImpl.setOption (PlainDatagramSocketImpl.ja