swathi_k
June 25th, 2007, 12:17 AM
i am beginner to network programming in VC++ 6.0 .
can someone please send code or links to finding peer to peer bandwidth
can someone please send code or links to finding peer to peer bandwidth
|
Click to See Complete Forum and Search --> : how to find peer to peer bandwidth ? swathi_k June 25th, 2007, 12:17 AM i am beginner to network programming in VC++ 6.0 . can someone please send code or links to finding peer to peer bandwidth MikeAThon June 25th, 2007, 12:06 PM Your network-related posts go back for over a year, so you're not a "beginner". Code like that is not "off the shelf". You need to design your algorithm and implement it. Try sending a block of predetermined size and echoing it back from the recipient to the sender, then divide by the time it takes for the round trip. Mike swathi_k June 26th, 2007, 02:03 AM Thank you sir for our reply Can u please send me some sample code or links to find peer to peer bandwidth in vc++ 6.0 Thanks & regards swathi MikeAThon June 26th, 2007, 10:47 AM I am not aware of anything. As stated before, code like that is not "off the shelf". You need to design your algorithm and implement it. Mike codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |