Results 1 to 3 of 3

Thread: Buffers

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Mar 2005
    Posts
    67

    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

  2. #2
    New Member
    Join Date
    Apr 2005
    Posts
    10

    Re: Buffers

    I Think it's the same problem in my program.. can u give more details pelase?

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Mar 2005
    Posts
    67

    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
  •  



Click Here to Expand Forum to Full Width