瀏覽代碼

Delete obsoleted setting

tags/v2.1.11^2^2
9seconds 2 月之前
父節點
當前提交
af72b2a574
共有 1 個文件被更改,包括 0 次插入7 次删除
  1. 0
    7
      example.config.toml

+ 0
- 7
example.config.toml 查看文件

@@ -36,13 +36,6 @@ bind-to = "0.0.0.0:3128"
36 36
 # All other incoming connections are going to be dropped.
37 37
 concurrency = 8192
38 38
 
39
-# A size of user-space buffer for TCP to use. Since we do 2 connections,
40
-# then we have tcp-buffer * (4 + 2) per each connection: read/write for
41
-# each connection + 2 copy buffers to pump the data between sockets.
42
-#
43
-# Deprecated: this setting is no longer makes any effect.
44
-# tcp-buffer = "4kb"
45
-
46 39
 # Sometimes you want to enforce mtg to use some types of
47 40
 # IP connectivity to Telegram. We have 4 modes:
48 41
 #   - prefer-ipv6:

Loading…
取消
儲存