المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : C# and TCP



C# Programming
06-28-2009, 01:50 PM
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