Hello All,
I'm wondering if it's possible to have a single Agent connected to 2 or more
other Agents. I have a topology similar to this:
N2
|
N0 -- N1 -- N3 -- N4
I have an agents A0, A2, A3 connected to N0, N2, N3 respectively, and I
would like A0 to send a packet to A2, which would then in turn send a packet
to A3. Is this possible?
>From reading the mailing list archives, it seems like this may not be
possible, so my second question would be this:
Is it possible to attach an agent to a Node, and force that agent's recv
function to get executed for every packet that passes through that node?
For example: Could N2 send a packet to N4, so that A3's recv function
processes that packet before sending it onward.
Any help is GREATLY appreciated!
Brad