From 1debbe7074b26493673e12143df6a7d98c2b7af6 Mon Sep 17 00:00:00 2001 From: j2-caldwell <james2.caldwell@live.uwe.ac.uk> Date: Sat, 29 Jul 2023 20:21:21 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a745ed9..6dbce9d 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ - After this, a checksum calculation function began development to check the legitimacy of the checksum, by comparing the computed one to the public one. This failed a few times to start with.  - Further trial and error with checksum and it seems to work better. Data is being parsed correctly. Note: Some redundant code due to tests. - + ### Task 3 -- Created some UDP packet transfer between localhost and server, different check sums occur, and are compared with eachother before connection, so checksum compute needs tweaking to match the connection and for accuracy.  -- GitLab