Valhalla Legends Archive

Programming => General Programming => .NET Platform => Topic started by: BaDDBLooD on January 17, 2005, 12:03 PM

Title: [VB.NET] Resolving Faster Server from Host?
Post by: BaDDBLooD on January 17, 2005, 12:03 PM
I Know how to resolve a list of servers, but i can't seem to figure out how to ping each one in order to find the fastest one, can anyone shine some light on this?
Title: Re: [VB.NET] Resolving Faster Server from Host?
Post by: MyndFyre on January 17, 2005, 03:25 PM
You would need to send each one the ICMP ping packet as described in RFC 2925 (http://www.faqs.org/rfcs/rfc2925.html) to determine which has the fastest latency.