Windows doesn't allow the ttl to be set on an unbound UDP socket. As
a result the following fails :-
MulticastSocket s = new MulticastSocket(null);
s.setTimeToLive(16);
###@###.### 2001-08-29
a result the following fails :-
MulticastSocket s = new MulticastSocket(null);
s.setTimeToLive(16);
###@###.### 2001-08-29
- duplicates
-
JDK-4701650 MulticastSocket spec issues
-
- Open
-