Results 1 to 2 of 2

Thread: UDP problem

  1. #1

    Thread Starter
    PowerPoster Fox's Avatar
    Join Date
    Jan 2000
    Location
    *afk*
    Posts
    2,088
    I tried to send data thru a UDP protocol using the WinSock control and well, it seems that the SendComplete and SendProgress events do not happen. Is there a way to be sure the other side received the data without wasting bandwidth for a check signal?

  2. #2
    Hyperactive Member
    Join Date
    Jan 2000
    Posts
    355
    UDP is connectionless: it just sends the data, and crosses its fingers. you won't know if data gets there unless you have a check signal like you said. If you want to make sure stuff gets there, use TCP? (although a bit slower)
    buzzwords are the language of fools

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