Click to See Complete Forum and Search --> : about winsock connect.


Endicking
May 30th, 2004, 02:44 PM
when i use the function connect which is belong to winsock ,
it will send a tcp packet contain the SYN symbol,when i want
to change the value of the SEQ in the packet in oder to make a
special connection for my program .

I use to make this connection by using raw socket,but when the
server return the SYN/ACK packet ,My system will send the RST
packet to the server.

I want to use the function WSPConnect to change the value SEQ
of the packet which is send by connect function.Who can tell me
if i do it like this way ,it would work normaly?will it send the
RST packet to reset my connection?

How can i do that in a perfect way ?

thanks a lot.

Mathew Joy
May 31st, 2004, 01:44 AM
I think I answered your question in detail in your other post to why this is not possible.