EECS 489: P3 - WTP: Reliable Transport
Languages & Tools Used: C++
- Developed a custom reliable transport protocol over UDP to ensure in-order, reliable delivery of data with handling for packet loss, delay, corruption, duplication, and reordering
- Implemented a sliding window mechanism for wSender and wReceiver to manage transmission and acknowledgment of packets, including features such as retransmission timers and checksum validation
- Optimized data transfer efficiency by modifying wSender and wReceiver to handle selective acknowledgment and retransmission, reducing unnecessary data retransmissions and improving network performance