-
Task
-
Resolution: Won't Do
-
Major
-
None
-
None
Since anycasts frequently are to 2 or 3 members, we could derive a class from UnicastRequest and include 2 or 3 destination target members as fields, e.g.
Address target1, target2, target3;
This would allow us to get rid of the members and suspects lists, and the requests hashmap.