Vault sync: 2022-01-26 13:24:31

This commit is contained in:
2022-01-26 13:24:31 +01:00
parent 29c0f2b719
commit 9ae3834c41
49 changed files with 17 additions and 10 deletions

View File

@@ -0,0 +1,13 @@
# ICMP
Messages are not guaranteed to be delivered without error. Problems with sending and receiving connections happens all the time.
In case of errors, the sender needs:
1. To be informed about the problem.
2. Make corrections in the message.
3. Retry sending the message.
ICMP Protocol is responsible for sending error messages.
ICMP Messages are used to verify the status of the network.
![[example-icmp.png]]