MCPcopy Create free account
hub / github.com/Cryptogenic/PS5-IPV6-Kernel-Exploit / handle

Method handle

fakedns.py:33–35  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

31
32class UDPHandler(SocketServer.BaseRequestHandler):
33 def handle(self):
34 (data, s) = self.request
35 respond(data, self.client_address, s)
36
37
38class DNSQuery:

Callers

nothing calls this directly

Calls 1

respondFunction · 0.85

Tested by

no test coverage detected