You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The configuration of the currently implemented packet generators only allows for a unidirectional use of those generators, i.e. to forward packets from node_a -> node_b. If one would also inject packets to be forwarded from node_b -> node_a, another generator is necessary.
Adding bidirectional interpretation of the provided source and destination node lists would allow to accomplish the bidirectional injection (and subsequently, forwarding) with just one instance of the generator. For that, adding some parameters (and also an option to exclude node_a -> node_a injections) should suffice.
The text was updated successfully, but these errors were encountered:
The configuration of the currently implemented packet generators only allows for a unidirectional use of those generators, i.e. to forward packets from
node_a -> node_b
. If one would also inject packets to be forwarded fromnode_b -> node_a
, another generator is necessary.Adding bidirectional interpretation of the provided source and destination node lists would allow to accomplish the bidirectional injection (and subsequently, forwarding) with just one instance of the generator. For that, adding some parameters (and also an option to exclude
node_a -> node_a
injections) should suffice.The text was updated successfully, but these errors were encountered: