Difference between revisions of "ICMP"

From Embedded Xinu
Jump to navigation Jump to search
(Created page with 'XINU features an ICMP daemon that runs on start up and responds to ICMP echo requests(pings). XINU can also send ICMP echo requests using the ping command and a valid ipv4 addres...')
(No difference)

Revision as of 20:57, 13 June 2011

XINU features an ICMP daemon that runs on start up and responds to ICMP echo requests(pings). XINU can also send ICMP echo requests using the ping command and a valid ipv4 address. In order to either send or reply to messages, the netup command needs to be run first.