Skip to content
Snippets Groups Projects
Commit 43eb9ce6 authored by Konstantin Osipov's avatar Konstantin Osipov
Browse files

Fix typos.

parent 806d62e5
No related branches found
No related tags found
No related merge requests found
......@@ -70,8 +70,8 @@ IPROTO is a binary request/response protocol.
64 107 127
The server begins the dialogue by sending a fixed-size (128 bytes) text greeting
to the client. The greeting always contains two 64 byte lines of ascii text, each line
ending with newline character ('\n'). The first line contains the server version and
to the client. The greeting always contains two 64 byte lines of ASCII text, each line
ending with newline character ('\\n'). The first line contains the server version and
protocol type. The second line contains up to 44 bytes of base64-encoded
random string, to use in authentication packet, and ends with up to 23 spaces.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment