Update 'Test_Cases/Test_Case1/TestCase1_ACK.py'

This commit is contained in:
Sana147 2023-05-07 03:26:12 +00:00
parent 1427a239a2
commit 853a7d9fc9

View File

@ -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)