|
|
@@ -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:
|