Hello packet multicast problem #245
Answered
by
Pusnow
03psb
asked this question in
[Project Q&A] 3. Internet Layer (IP/Routing)
-
Beta Was this translation helpful? Give feedback.
Answered by
Pusnow
May 24, 2024
Replies: 2 comments
-
I recognized the first image is actually not from Custom1 example, anyway the point remains same |
Beta Was this translation helpful? Give feedback.
0 replies
-
Currently, each subnet has only two routers, so each multicast packet only reaches one routers. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
03psb
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, each subnet has only two routers, so each multicast packet only reaches one routers.
To send the packet to every neighbor routers, you should repeat
sendPacket
for every interfaces by changing source IP address.