Skip to content
This repository has been archived by the owner on Aug 6, 2018. It is now read-only.

Latest commit

 

History

History
12 lines (8 loc) · 467 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 467 Bytes

TCP Over UDP

pipeline status

a project for Computer Networks at UT using Java

Implementing some of TCP features over UDP:

  • connection using 3-way handshaking
  • pipelined reliable data transfer using go-back-n protocol
  • congestion control similar to TCP Tahoe

gitlab