Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/MatrixTM/MHDDoS
/ checkRawSocket
Method
checkRawSocket
start.py:1411–1415 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1409
1410
@staticmethod
1411
def
checkRawSocket():
1412
with
suppress(OSError):
1413
with
socket(AF_INET, SOCK_RAW, IPPROTO_TCP):
1414
return
True
1415
return
False
1416
1417
@staticmethod
1418
def
runConsole():
Callers
1
start.py
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected