multicast
UDP socket network disconnect behavior on Windows-Linux-Mac
I made an application using boost.Asio using UDP multicast. I don\'t think the question is really specific to boost.Asio but to sockets programming in general, since boost.Asio\'s network facilities a[详细]
2023-01-14 20:45 分类:问答How to Send a structure using sendto()
I have created structure : struct buffer { string ProjectName ; string ProjectID ; } buffer buf; buf.ProjectID = \"212\";[详细]
2023-01-14 00:29 分类:问答How to send a multicast ping using .NET?
How can I send a multicast ping in .NET ? So that all computers 开发者_StackOverflowon the network respond ?Assuming you mean \"broadcast ping\" (I get the two confused All The Time, myself):[详细]
2023-01-13 12:43 分类:问答UDPClient Multicast receive fails on computer with multiple NICs
I\'ve got a computer with multiple NICs - and UDPClient\'s send method continually fails. Here\'s the code:[详细]
2023-01-06 13:58 分类:问答Error "No such device" in call setsockopt when joining multicast group
I have a code in which send multicast datagrams. A critical piece of code: uint32_t port; int sockfd, err_ip;[详细]
2023-01-06 09:08 分类:问答Send and receive IPv6 link-local multicast UDP datagrams in Python?
This following is a straightforward IPv4 UDP broadcast, followed by listening on all interfaces. sock = socket.socket(socket.AF开发者_StackOverflow中文版_INET, socket.SOCK_DGRAM)[详细]
2023-01-06 00:22 分类:问答What possible uses would multicast support have in a Java trading system?
I\'ve been asked to look into adding multicast support to a Java trading system but, to be honest, I don\'t have t开发者_运维问答he slightest clue what this could be for. Would this mainly be to allow[详细]
2023-01-04 06:38 分类:问答UDP Multicast over the internet?
I\'m not sure how best to approach my problem. I have a service with runs on a remote machine with receives and process UDP packets. I want the service to be able to re-send these packets to anyone th[详细]
2023-01-03 18:16 分类:问答How to limit traffic using multicast over localhost
I\'m using multicast UDP over localhost to implement a loose collection of cooperative programs running on a single machine.The following code works well on Mac OSX, Windows and linux.The flaw is that[详细]
2022-12-30 21:43 分类:问答X11 screencasting multicasting solution [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a[详细]
2022-12-28 03:48 分类:问答