|
|
|
|
|
by RijilV
3533 days ago
|
|
Le sigh, multicast. A great example where software engineering crosses over to the physical realms. When a router receives a packet destined for a multicast group and that router has multiple destinations for that pocket, it must store that packet in memory until the last interface associated with that group can be written to. On networks which aren't heavily used that's not problem. Once you start utiziling your network however, the routers will be busy storing packets and their sensible-for-simple-cases buffers will become overwhelmed and you've got a multicast storm on your hands. Great on paper, even works in test setups. Call me when you're running your kit to the limits, and I'll let you know you have a multicast problem. |
|