removed warning about IPV6 socket when IPV6 is not available at runtime
fix for printing space field in XML.
modified name of timeout variable to prevent warning on solaris.
- changed the name of the ping timout timer from 'tag' to 'ping timeout timer'
+ changed the name of the ping timeout timer from 'tag' to 'ping timeout timer'
net.c fix from AQ.
issue 128: compile should be in .gitignore
The release script bumped the version number
removed warning about IPV6 socket when IPV6 is not available at runtime
fix for printing space field in XML.
modified name of timeout variable to prevent warning on solaris.
- changed the name of the ping timout timer from 'tag' to 'ping timeout timer'
+ changed the name of the ping timeout timer from 'tag' to 'ping timeout timer'
net.c fix from AQ.
issue 128: compile should be in .gitignore
The release script bumped the version number
ICMP packets.
* mtr-packet drops root privileges by setting the effective uid to
match uid or the user calling mtr.
-* If capabilities support is availabe, mtr-packet drops all privileged
+* If capabilities support is available, mtr-packet drops all privileged
capabilities.
See main() in packet.c and init_net_state_privileged() in probe_unix.c