Fix spelling errors

This commit is contained in:
Boris Pek
2019-01-14 22:16:48 +03:00
committed by Jan Vidar Krey
parent ef83b31cec
commit d25fead3a8
6 changed files with 6 additions and 6 deletions

View File

@@ -67,7 +67,7 @@ Accepting new users
| | |
| V |
| --------------------- ---------------------
| | Send password | ------> | Reveive and check |
| | Send password | ------> | Receive and check |
| | request, if needed| | password. |
| --------------------- ---------------------
| |

View File

@@ -28,7 +28,7 @@ The UDP packet SHOULD be echoed by the hub.
This UDP packet should contain simply 'HECH {cid} {token}' (Hub echo).
The hub should send a packet containing the token back:
'IECH {token} {host:port}', aswell as the same message via TCP.
'IECH {token} {host:port}', as well as the same message via TCP.
If the client receives the message via UDP, it should now be able to determine the type of NAT.
If the client receives the message via TCP only it knows it has a firewall blocking incoming communication.