File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -412,7 +412,7 @@ Shell Process:
412412| **Keepalive Traffic** | ~200 bytes/5s | Minimal overhead |
413413
414414<Info>
415- Latency overhead is negligible for interactive terminal use (< 5ms is imperceptible).
415+ Latency overhead is negligible for interactive terminal use (under 5ms is imperceptible).
416416</Info>
417417
418418## Scalability
Original file line number Diff line number Diff line change @@ -451,7 +451,7 @@ Get-Content server.log -Wait -Tail 20
451451| --------| ---------| --------------|
452452| Active Connections | ` netstat -ano \| findstr :2022 \| measure ` | 0-1000s |
453453| Memory Usage | ` tasklist /fi "imagename eq undying-terminal-server.exe" ` | ~ 50MB + (5MB × sessions) |
454- | CPU Usage | Task Manager | < 5% idle, < 20% under load |
454+ | CPU Usage | Task Manager | under 5% idle, under 20% under load |
455455
456456## Backup and Recovery
457457
Original file line number Diff line number Diff line change 2121 }
2222 },
2323 "fonts" : {
24- "family" : " Fira Mono" ,
25- "weight" : 400
24+ "family" : " Fira Sans" ,
25+ "weight" : 400 ,
26+ "heading" : {
27+ "family" : " Fira Sans" ,
28+ "weight" : 600
29+ },
30+ "body" : {
31+ "family" : " Fira Sans" ,
32+ "weight" : 400
33+ }
2634 },
2735 "seo" : {
2836 "indexing" : " all"
2937 },
3038 "navbar" : {
3139 "links" : [
3240 {
33- "label" : " GitHub " ,
34- "href" : " https://github.com/Microck/UndyingTerminal"
41+ "label" : " Download " ,
42+ "href" : " https://github.com/Microck/UndyingTerminal/releases "
3543 }
3644 ],
3745 "primary" : {
38- "type" : " button" ,
39- "label" : " Download" ,
40- "href" : " https://github.com/Microck/UndyingTerminal/releases"
46+ "type" : " github" ,
47+ "href" : " https://github.com/Microck/UndyingTerminal"
4148 }
4249 },
4350 "navigation" : {
4451 "global" : {
4552 "anchors" : [
46- {
47- "anchor" : " Community" ,
48- "href" : " https://discord.gg/undyingterminal"
49- },
5053 {
5154 "anchor" : " GitHub" ,
55+ "icon" : " github" ,
56+ "iconType" : " brands" ,
5257 "href" : " https://github.com/Microck/UndyingTerminal"
5358 }
5459 ]
121126 "footer" : {
122127 "socials" : {
123128 "github" : " https://github.com/Microck/UndyingTerminal" ,
124- "discord" : " https://discord.gg/undyingterminal" ,
125129 "twitter" : " https://twitter.com/undyingterminal"
126130 }
127131 },
Original file line number Diff line number Diff line change @@ -253,7 +253,7 @@ Test-NetConnection <HOST> -Port 2022
253253 # shared_key_hex=... <-- Comment out
254254 ```
255255
256- Restart server and test. If faster, encryption overhead is the issue (should be < 1ms though).
256+ Restart server and test. If faster, encryption overhead is the issue (should be under 1ms though).
257257 </Step>
258258</Steps>
259259
Original file line number Diff line number Diff line change @@ -364,7 +364,7 @@ bind_ip=127.0.0.1 # Only accessible via VPN
364364- SSH: 0.5-1ms overhead
365365- Mosh: 1-3ms (with prediction)
366366
367- ** Impact** : Imperceptible for interactive terminal use (< 5ms is instant to humans).
367+ ** Impact** : Imperceptible for interactive terminal use (under 5ms is instant to humans).
368368
369369### How much bandwidth does it use?
370370
@@ -547,15 +547,15 @@ See [Contributing Guide](/development/contributing).
547547- 📝 Improve documentation
548548- 💻 Submit pull requests
549549- 🧪 Test on different Windows versions
550- - 💬 Answer questions in Discord
550+ - 💬 Answer questions on GitHub
551551
552552## Getting Help
553553
554554### Where can I get support?
555555
556556** Documentation** : https://undyingterminal.dev
557557** GitHub Issues** : https://github.com/Microck/UndyingTerminal/issues
558- ** Discord Community ** : https://discord.gg/undyingterminal
558+
559559
560560** Before asking** :
5615611 . Check this FAQ
You can’t perform that action at this time.
0 commit comments