From ac7f199fddf8a13d5f05f15b26a40c939a95ba47 Mon Sep 17 00:00:00 2001 From: Unbewohnte Date: Mon, 7 Jun 2021 05:48:05 +0300 Subject: [PATCH] README improvements --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 44370df..e947c23 100644 --- a/README.md +++ b/README.md @@ -49,13 +49,13 @@ Thus, with a connection and a way of communication, the server will send a filei --- ## Known issues|problems|lack of features|reasons why it`s bad -- **VERY** slow; FIXED - [] -- **VERY** expensive on resources; FIXED - [] -- If `MAXFILEDATASIZE` is bigger than appr. 1024 - the packets on the other end will not be unmarshalled due to error ??; FIXED - [] -- Lack of proper error-handling; FIXED - [] -- Lack of information about the process of transferring (ETA, lost packets, etc.); FIXED - [] -- No way to verify if the transferred file is not corrupted; FIXED - [] -- No encryption; FIXED - [] +- **VERY** slow; FIXED - [ ] +- **VERY** expensive on resources; FIXED - [ ] +- If `MAXFILEDATASIZE` is bigger than appr. 1024 - the packets on the other end will not be unmarshalled due to error ??; FIXED - [ ] +- Lack of proper error-handling; FIXED - [ ] +- Lack of information about the process of transferring (ETA, lost packets, etc.); FIXED - [ ] +- No way to verify if the transferred file is not corrupted; FIXED - [ ] +- No encryption; FIXED - [ ] ## Good points - It... works ?