multicast
Winsock Join MAC ADDRESS Multicast group
Is there a way to join an Ethernet multicast group?All documentation I found is about adding an IP group.[详细]
2022-12-17 04:51 分类:问答.NET Multicast Socket Error
I have an app that uses 2 multicast channels, so _sock = new Socket(AddressFamily.InterNetwork, SocketType.Dgram, ProtocolType.Udp);[详细]
2022-12-16 19:38 分类:问答How to use multicast on a multi-homed system (Java, Linux)
This is in Java, but I can always revert to C via JNI if needed. I have a system with two NICs, each connected to a distinct subnet. I want to use multicast (in parti开发者_开发知识库cular, SDP) to d[详细]
2022-12-16 03:07 分类:问答.NET Alternatives to UDP Multicast
I am looking for an alternative to using UDP multicast on the .NET Framework and am looking for suggestions.[详细]
2022-12-15 23:34 分类:问答Why are (UDP multicast) packets not being received?
So, I\'ve been trying to figure out exactly why this isn\'t working but I haven\'t a clue. I\'ve managed to send packets from the iPhone and receive them on my Mac. And according to tcpdump my mac is[详细]
2022-12-15 22:17 分类:问答MulticastSocket: Socket operation on non socket
I have some code like this: InetAddress bind = InetAddress.getByName(\"192.168.0.1\") MulticastSocket socket = new MulticastSocket(new InetSocketAddress(bind,0));[详细]
2022-12-15 05:33 分类:问答IPv6 multicast addresses: Is the Group ID field effectively 112 bits or 32 bits?
I\'m trying to understand the rules for choosing an IPv6 multicast address Group ID, and the RFC seems somewhat inconsistent.For example, in RFC 2373 section 2.7 this diagram is shown:[详细]
2022-12-14 14:51 分类:问答Fail to open a socket for multicast
I have problems to open an multicast socket in Erlang to receive messages: 88> gen_u开发者_如何学编程dp:open(5353,[{reuseaddr, true}, {ip,{224,0,0,251}},{multicast_ttl,4},{multicast_loop,false},bi[详细]
2022-12-13 20:01 分类:问答In order for Udp multicast to work, router must support it?
I am wondering for the 开发者_开发知识库udp multicast to work, router must support it?Multicast is based on dynamically generated trees that can (theoretically) span the entire internet. These multica[详细]
2022-12-13 01:36 分类:问答Throttling multicast datagrams
I have an application that is sending some UDP packets using multicast. I looked at the network traffic and there seems to be a lot of ancillary packets related to using multicast. I don\'t totally un[详细]
2022-12-12 00:27 分类:问答
加载中,请稍侯......