F firefly Jan 20, 2011 #1 Hello, Is there an API/call in FreeBSD that for a given IPv4 address can return a RTT (round trip time) and Hop Count? Best
Hello, Is there an API/call in FreeBSD that for a given IPv4 address can return a RTT (round trip time) and Hop Count? Best
SirDice Administrator Staff member Administrator Moderator Jan 21, 2011 #2 firefly said: Is there an API/call in FreeBSD that for a given IPv4 address can return a RTT (round trip time) and Hop Count? Click to expand... As far as I know, no. Have a look at the source for traceroute: http://www.freebsd.org/cgi/cvsweb.cgi/src/contrib/traceroute/
firefly said: Is there an API/call in FreeBSD that for a given IPv4 address can return a RTT (round trip time) and Hop Count? Click to expand... As far as I know, no. Have a look at the source for traceroute: http://www.freebsd.org/cgi/cvsweb.cgi/src/contrib/traceroute/
OP F firefly Jan 24, 2011 Thread Starter #3 I was hoping for something similar to IPHLPAPI provides an API to obtain RTT(Round Trip Time) and Hop Count in the Windows world. http://www.geekpage.jp/en/programming/iphlpapi/getrttandhopcount.php Simple and useful. It may be that something may need to written as I've not been able to find anything equivalent.
I was hoping for something similar to IPHLPAPI provides an API to obtain RTT(Round Trip Time) and Hop Count in the Windows world. http://www.geekpage.jp/en/programming/iphlpapi/getrttandhopcount.php Simple and useful. It may be that something may need to written as I've not been able to find anything equivalent.