CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2014
    Posts
    35

    Exclamation i want help in calculating Upload speed via tcp

    i want to calc real upload speed in my network

    now i have only one site available to connect , no other sites

    i used tcp to connect to this site via port 80

    i.e me.wincock1.connect www.google.com, 80

    and then i tried to send Random data and calc upload speed by waiting the answer in winsock_SendComplete()

    but the problem is that the site close the connection after i send Random data

    can any one help me to calc upload speed?

    thnx for answer

  2. #2
    Join Date
    Jun 2014
    Posts
    35

    Re: i want help in calculating Upload speed via tcp

    really i dont want to calc upload speed of this Site, i want to calc upload speed of my network, but i have only one site to calc speed by it this site is the only available of my network

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