Update readme.md

This commit is contained in:
Pablu23
2023-11-28 15:57:33 +01:00
committed by GitHub
parent d812180ce0
commit d263424471

View File

@@ -1,25 +1,22 @@
# Simple UDP File Server # Simple UDP File transfer
Probably has bugs A udp File transfer "Suite"
Not secure at all, for example:
- Path exploits
Those two things are going to get fixed ## Points that might or might not get looked at:
- Performance Improvements (right now on my PC ~400 Mbit/s Throughput allocated to all requesting clients, localhost / not Network bound)
Points that might or might not get looked at: - Timouts happen but only after all of the data is send, so pretty useless as of now
- No clue about Performance
- Should add PacketSize to PTE and or to request to allow for dynamic Packet size
- Needs timeouts, so server doesnt get bombed with trash data
- Needs to handle Errors correctly not just panic
- Tests would be nice but probably wont happen - Tests would be nice but probably wont happen
- A Filelookup Packet would also be nice, to request what Files are available for download - A Filelookup Packet would also be nice, to request what Files are available for download
- Maybe Upload Feature - Maybe Upload Feature
- Simple Users auth so you can only get your Files - Simple Users auth so you can only get your Files
- If Users maybe groups so you can share Files with your Friends (very unlikly to happen) - If Users maybe groups so you can share Files with your Friends (very unlikly to happen)
- Comments - Comments
- Better Cli support
- Better Readme
Known Bugs / Errors / Fix list: ## Known Bugs / Errors / Fix list:
- Pte Packet is received twice from Client
- No Rsa Encryption for symmetric Key - No Rsa Encryption for symmetric Key
- Path Exploits (will get changed to only allow Files in curr exe Path or Configurable Path) - Path Exploits (will get changed to only allow Files in curr exe Path or Configurable Path)
## Notes
- Udp max packet size is set with 504