Skip to content

Commit 20b8a1a

Browse files
authored
Update 5.py
1 parent da7592a commit 20b8a1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

5.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
s.send(b'<large_packet>', max_packet_size + 99999999)
3939
# Decrease the delay between each packet
4040
time.sleep(0.0000001)
41-
# Send multiple packets at once
41+
# just random packet multiplyers... lol
4242
s.send(b'<additional_packet>', max_packet_size + 99999999)
4343
s.send(b'<1_packet>', max_packet_size + 99999999)
4444
s.send(b'<2_packet>', max_packet_size + 45645647)

0 commit comments

Comments
 (0)