Browse Source

README improvements

main
Unbewohnte 3 years ago
parent
commit
ac7f199fdd
  1. 14
      README.md

14
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 ?

Loading…
Cancel
Save