MCPcopy Create free account
hub / github.com/XaviFortes/Python-UDP-Flood / new

Function new

udpflood.py:65–72  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

63 th.start()
64
65def new():
66 for y in range(threads):
67 if choice == 'y':
68 th = threading.Thread(target = run)
69 th.start()
70 else:
71 th = threading.Thread(target = run2)
72 th.start()
73
74def whereuwere():
75 print("Aww man, I'm so sorry, but I can't remember if u were in TCP or UDP")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected