Karl Berry <[EMAIL PROTECTED]> ha escrit: > My application has some things in common with the ping program, but the > main differences are: APing can make four type of ICMP probes, not just > echo request,
GNU ping is able to send three types of requests: ICMP_ECHO, ICMP_ADDRESS and ICMP_TIMESTAMP. The support for the fourth one, ICMP_ROUTERDISCOVERY, is built into the library, but not implemented at the utility level yet. > it has a multithreading system, so every time when you > press enter and APing is running shows information about time elapsed, > target, min, max average rtt ... I don't quite get what it has to do with multithreading, but the same information is displayed by any flavor of ping utility, as far as I know. Regards, Sergey _______________________________________________ bug-inetutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-inetutils
