summaryrefslogtreecommitdiff
path: root/example/server.toml
diff options
context:
space:
mode:
authorKeuin <[email protected]>2023-09-05 01:52:56 +0800
committerKeuin <[email protected]>2023-09-05 01:56:21 +0800
commit50dbc034090614d004d097c7a45b0a28a3bbb80b (patch)
treeb8ad419bb8c2fed12ac419274755c716166eb90b /example/server.toml
parent863473cdcb29d9989c39b4ff96bd54e14b13c6b6 (diff)
feature: 0-rtt connection phase extensionHEADv0.2.0master
Diffstat (limited to 'example/server.toml')
-rw-r--r--example/server.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/example/server.toml b/example/server.toml
index e443ef2..6eaca8b 100644
--- a/example/server.toml
+++ b/example/server.toml
@@ -1,6 +1,10 @@
[server]
listen = "0.0.0.0:10000"
allow_help = false
+# No-ACK extension does not send success or failure status to clients connecting to services
+# with prefix "__nonstd_ext_no_ack_". This is useful when using TCPMUX on high-latency networks.
+# Note: the server is still compatible to clients with vanilla protocol with extension enabled.
+no_ack_extension = true
[[service]]
name = "SSH"