954,086 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

TCP/IP socketProblem

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

deepak@
Newbie Poster
4 posts since Sep 2008
Reputation Points: 10
Solved Threads: 0
 

Not without code.

sarehu
Posting Whiz in Training
289 posts since Oct 2007
Reputation Points: 98
Solved Threads: 22
 

Code doesnt have anything in particular...I am sending a string using a connected socket.

deepak@
Newbie Poster
4 posts since Sep 2008
Reputation Points: 10
Solved Threads: 0
 

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 ?

pritaeas
Posting Expert
Moderator
5,445 posts since Jul 2006
Reputation Points: 653
Solved Threads: 871
 
Code doesnt have anything in particular...I am sending a string using a connected socket.

Well we can't figure out your problem without seeing the code.

sarehu
Posting Whiz in Training
289 posts since Oct 2007
Reputation Points: 98
Solved Threads: 22
 

How are people going to debug without looking at the code?

Denniz
Posting Pro in Training
429 posts since Sep 2008
Reputation Points: 118
Solved Threads: 15
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: