From 320b369a643b3456a07c8fb8a3e9c964bbf4b4eb Mon Sep 17 00:00:00 2001 From: xtaci Date: Fri, 17 May 2019 10:05:27 +0800 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b997ba..1d28455 100644 --- a/README.md +++ b/README.md @@ -183,7 +183,11 @@ A: A standalone `agent` or `gate` server for running kcp-go is suggested, not on Q: When should I enable FEC? - A: Forward error correction is critical for long-distance transmission, because a packet loss will leads to a huge penalty in time. And for the complicated packet routing network in modern world, round-trip time based loss check will not always be efficient, the big deviation of rtt samples in the long way usually leads to a larger RTO value in typical rtt estimator, which in other words, slows down the transmission. +A: Forward error correction is critical for long-distance transmission, because a packet loss will leads to a huge penalty in time. And for the complicated packet routing network in modern world, round-trip time based loss check will not always be efficient, the big deviation of rtt samples in the long way usually leads to a larger RTO value in typical rtt estimator, which in other words, slows down the transmission. + +Q: Should I enable encryption? + +A: Yes, for the safety of protocol. ## Who is using this?