CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 7 of 7

Threaded View

  1. #7
    Join Date
    Mar 2001
    Posts
    2,529

    Re: Unable to send image on UDP larger than 10K

    Slow down a little hosi, take the time to read the posts.

    There is a 200 ms packet delay with TCP/IP as deployed on MS Windows making it sort of sluggish.
    Hence all the alternate protocols. Have a look at SCTP.
    Last edited by ahoodin; August 10th, 2009 at 10:19 PM.
    ahoodin
    To keep the plot moving, that's why.

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

Featured