Skip to content

Commit

Permalink
fix: fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita Kryuchkov committed Jan 13, 2022
1 parent a4bfb6d commit 3e00cab
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ The server responds with an **SYN-ACK**. In the end, the client responds with an
# Implementation

This version of a POW that I implemented over **UDP** and **TCP** had the following characteristics:
• The protocol needs to scale well when more clients try to connect
• The workload on the server should be lower than on the client
• It should be impossible for a client to do any precalculations

1. The protocol needs to scale well when more clients try to connect
2. The workload on the server should be lower than on the client
3. It should be impossible for a client to do any precalculations

## Reverse Computing a Hash

Expand Down

0 comments on commit 3e00cab

Please sign in to comment.