The application simulates how a sender transmits a series of packages to a receiver using the Selective Repeat protocol. It models concepts such as: Sending and resending packages based on timeout.
📋 Overview This project implements the Selective Repeat ARQ variant of the Sliding Window Protocol, which provides reliable data transfer over unreliable networks. The implementation includes both ...