MCPcopy Index your code
hub / github.com/MatrixTM/MHDDoS / send

Method send

start.py:273–279  ·  view source on GitHub ↗
(sock: socket, packet: bytes)

Source from the content-addressed store, hash-verified

271
272 @staticmethod
273 def send(sock: socket, packet: bytes):
274 global BYTES_SEND, REQUESTS_SENT
275 if not sock.send(packet):
276 return False
277 BYTES_SEND += len(packet)
278 REQUESTS_SENT += 1
279 return True
280
281 @staticmethod
282 def sendto(sock, packet, target):

Callers 15

TCPMethod · 0.80
MINECRAFTMethod · 0.80
MCBOTMethod · 0.80
POSTMethod · 0.80
TORMethod · 0.80
STRESSMethod · 0.80
COOKIESMethod · 0.80
APACHEMethod · 0.80
XMLRPCMethod · 0.80
PPSMethod · 0.80
GETMethod · 0.80
BOTMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected