Poll Results
No votes. Be the first one to vote.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The system call that results in the sending of SYN packets is `connect()` for TCP sockets in client applications. When establishing a TCP connection, the client side will use `connect()` to initiate the connection to a server, which involves sending a SYN packet to start the three-way handshake process required for a TCP connection.
D. connect