I am looking for any methods for searching the best connection to server.
For example :
I have multiple ip address from a server then I want to check the quality of
transmission for each of these ip address. I ever thought about ping, but as
you know, java doesn't support raw socket so far. And not all server respond
to ping (I think) for security reason. What should I do ? Any links ?
Suggestion ?