We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da7592a commit 20b8a1aCopy full SHA for 20b8a1a
5.py
@@ -38,7 +38,7 @@
38
s.send(b'<large_packet>', max_packet_size + 99999999)
39
# Decrease the delay between each packet
40
time.sleep(0.0000001)
41
- # Send multiple packets at once
+ # just random packet multiplyers... lol
42
s.send(b'<additional_packet>', max_packet_size + 99999999)
43
s.send(b'<1_packet>', max_packet_size + 99999999)
44
s.send(b'<2_packet>', max_packet_size + 45645647)
0 commit comments