|
-
Apr 13th, 2005, 02:07 PM
#1
Thread Starter
Lively Member
Buffers
Hi, I have a program that simply creates a connection using winsock (tcp/ip) and sends some data. Depending on what that data is will trigger an event at the other end. One possible event is that the string "CLOSE" is sent which closes the connection one end and sets the other end to listen. If, however I create a connection again, without stopping and restarting the program then the data doesnt transmit properly.
My question being, are there any buffers that will store data after it has been sent, and if there is can I clear them when the connection is closed?
Regards
-
Apr 13th, 2005, 02:17 PM
#2
New Member
Re: Buffers
I Think it's the same problem in my program.. can u give more details pelase?
-
Apr 13th, 2005, 02:21 PM
#3
Thread Starter
Lively Member
Re: Buffers
I have just been having a look and I think the problem I have is to do with a count value being set incorrectly, and not a buffer problem.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|