Skip to content
This repository was archived by the owner on Aug 6, 2018. It is now read-only.
/ TCPOverUDP Public archive

University of Tehran Computer Networks S97 Project 3 - mirror of https://gitlab.com/hadi_sfr/TCPOverUDP

License

Notifications You must be signed in to change notification settings

hadisfr/TCPOverUDP

Repository files navigation

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