Possible bug in UdpEndpointI?

in Help Center
While browsing through the Ice (3.3.1 and 3.4b) source to investigate my earlier issue regarding "Multicast TTL" I found came across the transceiver method on UdpEndpointI. The transceiver method instantiates a UdpTransceiver.
The call to the UdpTransceiver constructor (from UdpEndpointI::transceiver()) is passing _connect from the endpoint as the last argument of the constructor. However, the constructor formal argument list of the UdpTransceiver shows the last argument to be the multicast TTL!!
Will someone from ZeroC please confirm whether or not this is a bug?
The call to the UdpTransceiver constructor (from UdpEndpointI::transceiver()) is passing _connect from the endpoint as the last argument of the constructor. However, the constructor formal argument list of the UdpTransceiver shows the last argument to be the multicast TTL!!
Will someone from ZeroC please confirm whether or not this is a bug?
0
Comments
Cheers,
Benoit.