|
|
@@ -30,7 +30,9 @@ concurrency = 8192
|
|
30
|
30
|
# A size of user-space buffer for TCP to use. Since we do 2 connections,
|
|
31
|
31
|
# then we have tcp-buffer * (4 + 2) per each connection: read/write for
|
|
32
|
32
|
# each connection + 2 copy buffers to pump the data between sockets.
|
|
33
|
|
-tcp-buffer = "4kb"
|
|
|
33
|
+#
|
|
|
34
|
+# Deprecated: this setting is no longer makes any effect.
|
|
|
35
|
+# tcp-buffer = "4kb"
|
|
34
|
36
|
|
|
35
|
37
|
# Sometimes you want to enforce mtg to use some types of
|
|
36
|
38
|
# IP connectivity to Telegram. We have 4 modes:
|