Skip to content

Commit 184208d

Browse files
committed
doc
1 parent 2902441 commit 184208d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

protocol_doc/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -243,10 +243,10 @@ Since the default port is `50000`, the socket file will most likely be:
243243
`/tmp/.s.monetdb.50000`. The client must either be run under the same user as
244244
the server, or it needs to have read/write permissions to the socket file.
245245

246-
This case is the same as the TCP/IP connection, with a tiny difference at the very
247-
beginning. When connecting to a Unix domain socket, then the client has to first
248-
write a single byte (without any packet frame!) with value 0x30 or the chracter
249-
zero '0'.
246+
The authentication is the same as for a TCP/IP connection, with a tiny difference
247+
at the very beginning. When connecting to a Unix domain socket, then the client has
248+
to first write a single byte (without any packet frame!) with value 0x30 (that is the
249+
character zero '0').
250250

251251
After that, the server will respond with the `server challenge` and everything is the
252252
same as in the TCP/IP case.

0 commit comments

Comments
 (0)