From d26342447190c0867ba57895f66fc77e48128195 Mon Sep 17 00:00:00 2001 From: Pablu23 <43807157+Pablu23@users.noreply.github.com> Date: Tue, 28 Nov 2023 15:57:33 +0100 Subject: [PATCH] Update readme.md --- readme.md | 25 +++++++++++-------------- 1 file changed, 11 insertions(+), 14 deletions(-) diff --git a/readme.md b/readme.md index 6d5955f..4dd9316 100644 --- a/readme.md +++ b/readme.md @@ -1,25 +1,22 @@ -# Simple UDP File Server +# Simple UDP File transfer -Probably has bugs -Not secure at all, for example: -- Path exploits +A udp File transfer "Suite" -Those two things are going to get fixed - -Points that might or might not get looked at: - -- 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 +## 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) +- Timouts happen but only after all of the data is send, so pretty useless as of now - Tests would be nice but probably wont happen - A Filelookup Packet would also be nice, to request what Files are available for download - Maybe Upload Feature - 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) - Comments +- Better Cli support +- Better Readme -Known Bugs / Errors / Fix list: -- Pte Packet is received twice from Client +## Known Bugs / Errors / Fix list: - No Rsa Encryption for symmetric Key - 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