From 56c560578ac7692b778aae20a05058821d4c0d9a Mon Sep 17 00:00:00 2001 From: j2-caldwell <james2.caldwell@live.uwe.ac.uk> Date: Sat, 22 Jul 2023 12:01:05 +0000 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7888d2b..c7c61be 100644 --- a/README.md +++ b/README.md @@ -7,5 +7,7 @@  - Establish connection. Converting ints from bytes meant indexing made it easy to split the packet into its ports and sections.  +### Task 2 - Check Sum 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.  + -- GitLab