Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 457 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 457 Bytes

RDT 3.0 Implementation

Overview

This project implements Reliable Data Transfer (RDT) version 3.0 over UDP. It includes three main components:

  1. Server Menu: Manages the network configuration.
  2. Sender Process: Sends data packets to the receiver.
  3. Receiver RDT: Receives and acknowledges data packets.

Execution Order

To run the project, follow these steps in order:

  1. Server Menu
  2. Sender Process
  3. Receiver RDT