From 7e69df8a07a7635817aec7a1d8863665590bf5f0 Mon Sep 17 00:00:00 2001 From: RustDesk <71636191+rustdesk@users.noreply.github.com> Date: Mon, 14 Feb 2022 14:49:29 +0800 Subject: [PATCH] Updated Google Summer of Code 2022 Ideas (markdown) --- Google-Summer-of-Code-2022-Ideas.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Google-Summer-of-Code-2022-Ideas.md b/Google-Summer-of-Code-2022-Ideas.md index e380cd4..2d200bc 100644 --- a/Google-Summer-of-Code-2022-Ideas.md +++ b/Google-Summer-of-Code-2022-Ideas.md @@ -36,3 +36,13 @@ Description: Whiteboard is additional collaboration tool while sharing desktop, Resources: - Whiteboard in AnyDesk: https://anydesk.com/uk/features/whiteboard + +### Recoverable file transfer + +Skills: Rust, Javascript + +Description: Current file transfer stops after disconnection or window being closed. This new feature make file transfer jobs can be manually paused and recoverable. + +Resources: + - Related issue: https://github.com/rustdesk/rustdesk/issues/358 +