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 to steps?


Thanks in advance,
Danny

Reply via email to