JDK-4497563 : On Windows can't set ttl on unbound multicast socket
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.net
  • Affected Version: 1.4.0
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 2001-08-29
  • Updated: 2006-11-21
  • Resolved: 2006-11-21
Related Reports
Duplicate :  
Description
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
13-06-2002