Update 'Test_Cases/Test_Case1/TestCase1_SYNACK.py'
This commit is contained in:
parent
8581d3bedb
commit
1427a239a2
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user