I am writing a client -server software..
In program Client tries to communicate to the server by sending a TCP packet.The packet was sent sucessfully..
But im not getting it in the other end .When I am sending another packet to the server(from any Client).. I am able to receive the old packet
I think its a coding bug....I couldnt trace it??? Can anybody help me out????
Are you perhaps waiting to receive a particular character or string ? So that it thinks it's done when the second packet comes in, but not with the first ?