Hi,
I've looked through the ping class and was wondering if there is way to determine the packets sent and received (packet loss)
Thanks in advance!
Hi,
I've looked through the ping class and was wondering if there is way to determine the packets sent and received (packet loss)
Thanks in advance!
Ping and detecting loss
Osmar
Well, yes... Just run the Ping.Send() n times and check its response...
Private Sub pingHost(ByVal source As String, ByVal numOfPackages As Integer)
NextinvalidPackages = numOfPackages - validPackages
End Sub