From eda68a476c46cd9307d41f9f6528ca29e268981c Mon Sep 17 00:00:00 2001 From: RustDesk <71636191+rustdesk@users.noreply.github.com> Date: Fri, 25 Feb 2022 14:30:53 +0800 Subject: [PATCH] Updated Google Summer of Code 2022 Ideas (markdown) --- Google-Summer-of-Code-2022-Ideas.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Google-Summer-of-Code-2022-Ideas.md b/Google-Summer-of-Code-2022-Ideas.md index 62e3391..06a63f6 100644 --- a/Google-Summer-of-Code-2022-Ideas.md +++ b/Google-Summer-of-Code-2022-Ideas.md @@ -63,7 +63,7 @@ Mentor: [Carrie Chow](https://github.com/rustdesk) RustDesk author ### UDP Support -Skills: Rust +Skills: Rust, TCP/IP Description: RustDesk is using TCP hole punching for P2P connection. As we know, QUIC runs over UDP and not TCP. RustDesk seeks to support UDP hole punching for P2P connection for better performance under weak network scenario.