Server side.

This commit is contained in:
Amin.MasterkinG
2026-04-20 19:24:38 +03:30
parent 1354528615
commit 2a0baa80b0
8 changed files with 614 additions and 73 deletions
+15
View File
@@ -0,0 +1,15 @@
# ==============================================================================
AES_ENCRYPTION_KEY = "c4710a45afed2fdc00e0522c70802e71"
SERVER_HOST = "127.0.0.1"
SERVER_PORT = 28080
# ==============================================================================
LOG_LEVEL = "INFO"
# ==============================================================================
MAX_CHUNK_SIZE = 16384
MAX_PACKETS_PER_BATCH = 32
MAX_BATCH_BYTES = 262144
WORKER_COUNT = 4
SESSION_IDLE_TIMEOUT_MS = 300000
SOCKS_IDLE_TIMEOUT_MS = 120000
READ_BODY_LIMIT_BYTES = 2097152
# ==============================================================================