From b91fabacfa5ef75ecf82d9c6fbf1df83fb403b57 Mon Sep 17 00:00:00 2001 From: lunardunno <126363523+lunardunno@users.noreply.github.com> Date: Mon, 2 Jun 2025 21:49:21 +0400 Subject: [PATCH] =?UTF-8?q?Clarification=20of=20the=20values=20=E2=80=8B?= =?UTF-8?q?=E2=80=8Bspecified=20in=20the=20"configuration"=20section=20(#7?= =?UTF-8?q?9)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 6385187..ec2fc7d 100644 --- a/README.md +++ b/README.md @@ -106,15 +106,17 @@ and link resulting tree to `kernel` symlink: ## Configuration > [!IMPORTANT] -> All parameters should be the same between Client and Server, except Jc - it can vary. +> All parameters must be the same between Client and Server, except for Jc, Jmin, and Jmax - these may vary. -- Jc — 1 ≤ Jc ≤ 128; recommended range is from 3 to 10 inclusive -- Jmin — Jmin < Jmax; recommended value is 50 -- Jmax — Jmin < Jmax ≤ 1280; recommended value is 1000 -- S1 — S1 < 1280; S1 + 56 ≠ S2; recommended range is from 15 to 150 inclusive -- S2 — S2 < 1280; recommended range is from 15 to 150 inclusive +- Jc — 1 ≤ Jc ≤ 128; recommended range is from 4 to 12 inclusive +- Jmin — Jmax > Jmin < 1280*; recommended value is 8 +- Jmax — Jmin < Jmax ≤ 1280*; recommended value is 80 +- S1 — S1 ≤ 1132* (1280* - 148 = 1132); S1 + 56 ≠ S2; recommended range is from 15 to 150 inclusive +- S2 — S2 ≤ 1188* (1280* - 92 = 1188); recommended range is from 15 to 150 inclusive - H1/H2/H3/H4 — must be unique among each other; recommended range is from 5 to 2147483647 inclusive +`* Assuming a basic internet connection with an MTU value of 1280.` + ## Troubleshooting > [!TIP]