X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=blobdiff_plain;f=src%2Finclude%2Ffrontend%2Fproto.h;h=9e02400e13ea597d9201d0a0577c47e9daefa11e;hp=1d549a933bad84f739611f0a61882e4e82e44735;hb=c51f1f224fd1ec05ca0045c15be8f7625aeb5cea;hpb=128df08cbd845ea0c9fdfff4c24ebbb34df7e429 diff --git a/src/include/frontend/proto.h b/src/include/frontend/proto.h index 1d549a9..9e02400 100644 --- a/src/include/frontend/proto.h +++ b/src/include/frontend/proto.h @@ -33,7 +33,7 @@ extern "C" { #endif /* - * The SysDB frontend protocol is based messages being passed between the + * The SysDB frontend protocol is based on messages being passed between the * client and the server. Each message includes a header containing the * message type which is usually a status or command code, the length of the * message not including the header, and the message body. The content of the @@ -95,9 +95,10 @@ typedef enum { * username of the user contacting the server. The server may then send * further requests to the client for authentication (not implemented * yet). Once the setup and authentication was successful, the server - * replies with CONNECTION_OK. No other messages may be sent to the server - * before this. Also, the server does not send any asynchronous messages - * before startup is complete. + * replies with CONNECTION_OK. Further information may be requested from + * the server using special messages specific to the authentication + * method. The server does not send any asynchronous messages before + * startup is complete. */ CONNECTION_STARTUP,