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 ?