>> COM.objectspace.voyager.TransportException: java.net.SocketException: Socket
>option unsupported
>It's a v4a bug. It's fixed in our development code, but that's waiting
>on me to get the library version handling code tested. I bet you were
>setting LINGER or REUSEADDR -- these got broken
Nelson Minar writes:
> I have a bunch of complicated network code that works fine under
> jdk 1.1.5_v7, but fails in jdk 1.1.6_v4a with a socket exception:
>
> COM.objectspace.voyager.TransportException: java.net.SocketException:
Socket option unsupported
It's a v4a bug. It's fixed in our
I have a bunch of complicated network code that works fine under
jdk 1.1.5_v7, but fails in jdk 1.1.6_v4a with a socket exception:
COM.objectspace.voyager.TransportException: java.net.SocketException: Socket option
unsupported
Unfortunately, my program has a lot of stuff in it, so it's hard t