hi once again

i have been trying to figure out why my tomcat native based mina
acceptor won't join a speicified multicast group. the call goes through
Multicast.join() over the tomcat native code to apr_mcast_join which in
turn calls do_mcast in the apr multicast.c file. then it goes to os
specific code, and in the end i get APR_SUCCESS back. but wether when
specifying an iface of 0 (use default) nor when giving a specific
interface does anything actually happen. no igmp message is sent and no
multicast group is joined. has anyone ever had similar problems, or has
anyone used the apr multicast code successfully on win32 machines?

lorenz

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to