Bug #2251
Spread multicast communication not captured
Status: | Rejected | Start date: | 05/06/2015 | ||
---|---|---|---|---|---|
Priority: | Normal | Due date: | |||
Assignee: | J. Wienke | % Done: | 80% | ||
Category: | process-monitor | ||||
Target version: | 2.0 |
Description
Due to the fact that the receiving address of a multicast package is not the address of a specific computer but instead the one of the multicast group, the current connection lookup mechanism cannot associate such packages to any process on the host, because the address is compared in addition to the port, which of course still matches.
Associated revisions
Handle IPv4 Multicast
There needs to be special handling for multicast because the destination
address of a multicast package is not the address of the computer. This
commit implements the required handling for IPv4, IPv6 is still missing.
refs #2251
History
#1 Updated by J. Wienke over 8 years ago
- % Done changed from 0 to 80
IPv4 at least working now. What is lacking is the detection whether we have a multicast message for IPv6. Should be doable in limited time.
#2 Updated by J. Wienke over 8 years ago
- Category set to process-monitor
#3 Updated by J. Wienke over 8 years ago
- Target version changed from rsb-0.13 to 2.0
#4 Updated by J. Wienke almost 5 years ago
- Status changed from In Progress to Rejected