From d1d3a77849de79f6d2cacd41b247dec2856ef32e Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Thu, 24 Apr 2025 16:53:59 +0900 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 9e78aa2..d02cbaa 100644 --- a/README.md +++ b/README.md @@ -131,3 +131,6 @@ the link goes down.) use cases. One possible use is to impose a separate time-out rate and send-rate for high-latency use cases. But it would be more ideal for UDPC to do the heavy lifting and handle both situations seamlessly. + +Long story short, for high-latency, just use TCP/Websockets etc. For +low-latency, you may use this library, but the connection must be decent. -- 2.49.0