fix: tcp_fastopen=1 (не 3), tcp_tw_reuse=0 — ломали REALITY/X-Ray

This commit is contained in:
CREATIVE_tg1
2026-06-09 12:41:58 +00:00
parent 28927b1624
commit f7bea3cfb6
+3 -3
View File
@@ -71,14 +71,14 @@ net.ipv4.tcp_keepalive_probes = 10
net.ipv4.ip_local_port_range = 1024 65535 net.ipv4.ip_local_port_range = 1024 65535
################################################# #################################################
# TCP fastopen (клиент + сервер) # TCP fastopen (только клиент, серверный ломает REALITY)
################################################# #################################################
net.ipv4.tcp_fastopen = 3 net.ipv4.tcp_fastopen = 1
################################################# #################################################
# TCP TIME_WAIT reuse / recycle # TCP TIME_WAIT reuse / recycle
################################################# #################################################
net.ipv4.tcp_tw_reuse = 1 net.ipv4.tcp_tw_reuse = 0
################################################# #################################################
# Максимальное количество открытых сокетов # Максимальное количество открытых сокетов