C# and TCP
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi all, Using C#, is it possible to handshake a certain remote port using only the first two steps (SYN -> SYN-ACK), and then cut-off the connection without the final third step (ACK)? The requirement is NOT to send the ACK, and as far as I understand, the Connect method of the Socket, handles all the 3 steps handshake automaticaly. So is there a way to, somehow, stop after the first two steps? Thanks in advance, Danny