Linux velvet.gennetworks.in 4.18.0-553.83.1.lve.el8.x86_64 #1 SMP Wed Nov 12 10:04:12 UTC 2025 x86_64
LiteSpeed
Server IP : 161.129.70.235 & Your IP : 216.73.216.5
Domains :
Cant Read [ /etc/named.conf ]
User : virtueex
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
python37 /
lib64 /
python3.7 /
asyncio /
Delete
Unzip
Name
Size
Permission
Date
Action
__pycache__
[ DIR ]
drwxr-xr-x
2026-02-18 15:08
__init__.py
1.14
KB
-rw-r--r--
2024-04-17 23:06
base_events.py
68.19
KB
-rw-r--r--
2024-04-17 23:06
base_futures.py
2.03
KB
-rw-r--r--
2024-04-17 23:06
base_subprocess.py
8.58
KB
-rw-r--r--
2024-04-17 23:06
base_tasks.py
2.11
KB
-rw-r--r--
2024-04-17 23:06
constants.py
888
B
-rw-r--r--
2024-04-17 23:06
coroutines.py
8.41
KB
-rw-r--r--
2024-04-17 23:06
events.py
25.61
KB
-rw-r--r--
2024-04-17 23:06
format_helpers.py
2.35
KB
-rw-r--r--
2024-04-17 23:06
futures.py
12.52
KB
-rw-r--r--
2024-04-17 23:06
locks.py
15.54
KB
-rw-r--r--
2024-04-17 23:06
log.py
124
B
-rw-r--r--
2024-04-17 23:06
proactor_events.py
25.05
KB
-rw-r--r--
2024-04-17 23:06
protocols.py
6.87
KB
-rw-r--r--
2024-04-17 23:06
queues.py
7.82
KB
-rw-r--r--
2024-04-17 23:06
runners.py
1.97
KB
-rw-r--r--
2024-04-17 23:06
selector_events.py
36.79
KB
-rw-r--r--
2024-04-17 23:06
sslproto.py
26.3
KB
-rw-r--r--
2024-04-17 23:06
streams.py
24.01
KB
-rw-r--r--
2024-04-17 23:06
subprocess.py
7.08
KB
-rw-r--r--
2024-04-17 23:06
tasks.py
29.98
KB
-rw-r--r--
2024-04-17 23:06
transports.py
9.88
KB
-rw-r--r--
2024-04-17 23:06
unix_events.py
39.96
KB
-rw-r--r--
2024-04-17 23:06
windows_events.py
29.51
KB
-rw-r--r--
2024-04-17 23:06
windows_utils.py
4.95
KB
-rw-r--r--
2024-04-17 23:06
Save
Rename
import enum # After the connection is lost, log warnings after this many write()s. LOG_THRESHOLD_FOR_CONNLOST_WRITES = 5 # Seconds to wait before retrying accept(). ACCEPT_RETRY_DELAY = 1 # Number of stack entries to capture in debug mode. # The larger the number, the slower the operation in debug mode # (see extract_stack() in format_helpers.py). DEBUG_STACK_DEPTH = 10 # Number of seconds to wait for SSL handshake to complete # The default timeout matches that of Nginx. SSL_HANDSHAKE_TIMEOUT = 60.0 # Used in sendfile fallback code. We use fallback for platforms # that don't support sendfile, or for TLS connections. SENDFILE_FALLBACK_READBUFFER_SIZE = 1024 * 256 # The enum should be here to break circular dependencies between # base_events and sslproto class _SendfileMode(enum.Enum): UNSUPPORTED = enum.auto() TRY_NATIVE = enum.auto() FALLBACK = enum.auto()