Update 'Test_Cases/Test_Case1/TestCase1_SYNACK.py'

This commit is contained in:
Sana147 2023-05-07 03:25:10 +00:00
parent 8581d3bedb
commit 1427a239a2

View File

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