Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eomielan authored Oct 16, 2024
1 parent d785176 commit d4a01c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# TCP over UDP
# Transmission Control Protocol (TCP) over User Datagram Protocol (UDP)

## Overview

This project uses UDP (User Datagram Protocol) to implement our own version of TCP (Transmission Control Protocol). Our implementation is able to:
This project uses UDP to implement our a custom TCP-like protocol to send files between two host nodes in a network. Our implementation is able to:

- Tolerate packet drops
- Allow other concurrent connections a fair chance
Expand Down

0 comments on commit d4a01c8

Please sign in to comment.