summaryrefslogtreecommitdiff
path: root/example/client.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/client.toml
parent863473cdcb29d9989c39b4ff96bd54e14b13c6b6 (diff)
feature: 0-rtt connection phase extensionHEADv0.2.0master
Diffstat (limited to 'example/client.toml')
-rw-r--r--example/client.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/example/client.toml b/example/client.toml
index fff3308..db66633 100644
--- a/example/client.toml
+++ b/example/client.toml
@@ -1,5 +1,8 @@
[client]
addr = "127.0.0.1:10000"
+# If no_ack is set to true, all connection to the upstream will use No-ACK extension.
+# This is incompatible with original TCPMUX protocol and the server must have no_ack_extension enabled.
+no_ack = true
[[service]]
name = "Telnet"