Tagged Questions
3
votes
2answers
440 views
How to receive multicast data on a multihomed server's non-default interface
I have a linux server with two NICs (eth0 and eth1), and have set eth0 as default in "ip route." Now I would like to receive multicast packets on eth1. I have added "224.0.20.0/24 dev eth1 proto ...
2
votes
2answers
1k views
Receiving Multicast Messages on a Multihomed Windows PC
I'm developing a diagnostic tool on a PC with several Network Interfaces based on multicast/udp. The user can select a NIC, the application creates sockets, binds them to this NIC and adds them to the ...
1
vote
2answers
713 views
Does a UDP service have to respond from the connected IP address?
Pyzor uses UDP/IP as the communication protocol. We recently switched the public server to a new machine, and started getting reports of many timeouts. I discovered that I could fix the problem if I ...
1
vote
3answers
574 views
Problem Trying to unicast packets to available networks
Trying to unicast packets to available networks. There are totally 3 networks. Managed to get packets in only one network.But i am not able to receive the packets in different networks.
using this ...
1
vote
2answers
3k views
Broadcasting UDP message to all the available network cards
I need to send a UDP message to specific IP and Port.
Since there are 3 network cards,
10.1.x.x
10.2.x.x
10.4.x.x
when i send a UDP message,i am receiving the message only in one network ...
0
votes
1answer
67 views
Poor UDP broadcast performance to multiple processes on same PC
We have an application that broadcasts data using UDP from a server system to client applications running on multiple Windows XP PC's. This is on a LAN, typically Gigabit. This has been running fine ...