I would like to extend VeinsInetSampleApplication to make node[0]
and node[1]
send packets to node[2]
concurrently.
I tried to comment the if-condition
at L46. However, this did not work.
How to achieve that? I would like to have a scalable solution (e.g., in case I want many senders sending multiple packets to many receivers).