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
Comments
EVALUATION
This is indeed covered by 4701650 (item #7 in the description). Closing as duplicate.
21-11-2006
EVALUATION
MutlicastSocket's specification doesn't state if one can set the
multicast TTL or other options on an unbound socket - see 4701650.
###@###.### 2002-06-13