@ -1,6 +1,6 @@
import socket
# Sending a SYN packet
# Sending a ACK packet
def init_socket():
s = socket.socket(socket.AF_INET, socket.SOCK_RAW, socket.IPPROTO_TCP)