Sortix volatile manual
This manual documents Sortix volatile, a development build that has not been officially released. You can instead view this document in the latest official manual.
ICMP(4) | Device Drivers Manual | ICMP(4) |
NAME
icmp
— internet
control message protocol
SYNOPSIS
#include
<sys/socket.h>
#include <netinet/in.h>
DESCRIPTION
The Internet Control Message Protocol (ICMP) is a control and error reporting layer for the Internet Protocol version 4 ip(4). ICMP is commonly used to diagnose network problems, such as the destination being unreachable, network congestion, packets exceeding their time to live, and so on.
SEE ALSO
STANDARDS
J. Postel (ed.), Internet Control Message Protocol - DARPA Internet Program Protocol Specification, STD 5, RFC 792, USC/Information Sciences Institute, September 1981.
BUGS
ICMP is not implemented yet, except automatically replying to the Echo Request message (ping) and the existence of ping(4) sockets for sending Echo Request messages and receiving Echo Reply messages.
June 4, 2017 | Sortix 1.1.0-dev |