Browse Source

Delete obsoleted setting

tags/v2.1.11^2^2
9seconds 2 months ago
parent
commit
af72b2a574
1 changed files with 0 additions and 7 deletions
  1. 0
    7
      example.config.toml

+ 0
- 7
example.config.toml View File

@@ -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…
Cancel
Save