Просмотр исходного кода

Update configuration

tags/v2.1.3^2
9seconds 4 лет назад
Родитель
Сommit
4c75066ef8
1 измененных файлов: 3 добавлений и 1 удалений
  1. 3
    1
      example.config.toml

+ 3
- 1
example.config.toml Просмотреть файл

30
 # A size of user-space buffer for TCP to use. Since we do 2 connections,
30
 # A size of user-space buffer for TCP to use. Since we do 2 connections,
31
 # then we have tcp-buffer * (4 + 2) per each connection: read/write for
31
 # then we have tcp-buffer * (4 + 2) per each connection: read/write for
32
 # each connection + 2 copy buffers to pump the data between sockets.
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
 # Sometimes you want to enforce mtg to use some types of
37
 # Sometimes you want to enforce mtg to use some types of
36
 # IP connectivity to Telegram. We have 4 modes:
38
 # IP connectivity to Telegram. We have 4 modes:

Загрузка…
Отмена
Сохранить