Update ip_encapsulation.rst

Explain NACK, correct spelling issue in PONG description
pull/55/head
Steve Miller 2021-06-07 13:55:16 -04:00 zatwierdzone przez GitHub
rodzic 693123551f
commit b190196b81
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -66,6 +66,7 @@ Reflectors use a few different types of control frames, identified by their magi
* *CONN* - Connect to a reflector
* *ACKN* - acknowledge connection
* *NACK* - deny connection
* *PING/PONG* - keepalives for the connection
* *DISC* - Disconnect (client->reflector or reflector->client)
@ -125,7 +126,7 @@ PONG
| 4-9 | 6-byte 'From' callsign including module in last character (e.g. "A1BCD D") encoded as per `Address Encoding` |
+-------+----------------------------------------------------------------------------------------------------------------+
Upon receing a PING, the client replies with a PONG
Upon receivng a PING, the client replies with a PONG
DISC
~~~~~~~~~~~~~~~~~