You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The talker at A host multicasts a message named 'EXAMPLE' to the network. The listeners at A and B host both receive the message and enter the handle function.
The talker at B host multicasts a message named 'EXAMPLE' to the network. The listener at B host can receive the message and enter the handle function. But the listener at A host never enter the handle function. Then i use Wireshark to monitor the network data at A host, the message from B host can be obtained by A host.
Test2:
A host IP : 192.168.151.167
B host IP: 192.168.151.79
The talker at A host multicasts a message named 'EXAMPLE' to the network. The listeners at A and B host both receive the message and enter the handle function.
The talker at B host multicasts a message named 'EXAMPLE' to the network. The listeners at A and B host both receive the message and enter the handle function.
The situation at Test1_2 does not happen!
Is there a problem with my A host configuration? Or multiple hosts's IP need to be set the same subnet when communicating each other?
System info:
Test1:
The talker at A host multicasts a message named 'EXAMPLE' to the network. The listeners at A and B host both receive the message and enter the handle function.
The talker at B host multicasts a message named 'EXAMPLE' to the network. The listener at B host can receive the message and enter the handle function. But the listener at A host never enter the handle function. Then i use Wireshark to monitor the network data at A host, the message from B host can be obtained by A host.
Test2:
The talker at A host multicasts a message named 'EXAMPLE' to the network. The listeners at A and B host both receive the message and enter the handle function.
The talker at B host multicasts a message named 'EXAMPLE' to the network. The listeners at A and B host both receive the message and enter the handle function.
The situation at Test1_2 does not happen!
Is there a problem with my A host configuration? Or multiple hosts's IP need to be set the same subnet when communicating each other?
Thank you and looking forward to your reply.
Codes:
The text was updated successfully, but these errors were encountered: