in reply to Is there anything better than Net::Ping ? (need to calculate timeout)

Not completely clear on what you're asking, but here goes:

You may be able to do this with Net::Ping by establishing a positive response from remote host, then reducing timeout until no response (similar to internal operation of traceroute/tracert).

    cheers,     ybiC
  • Comment on Re: Is there anything better than Net::Ping ? (need to calculate timeout)

Replies are listed 'Best First'.
RE: Answer: Is there anything better than Net::Ping ? (need to calculate timeout)
by lhoward (Vicar) on Jul 05, 2000 at 17:30 UTC
    Or by taking the current time before and after the successful ping and subtracting them.