I want to simulate a simple packet communication using C++. I want to implement a simple topology in which a transmitter creates a packet and sends it. A receiver receives the packet and sends a feedback/acknowledgement (ACK) to transmitter.

Similar questions and discussions