Add HELLO command to seamless spec.

git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/branches/seamlessrdp-branch/rdesktop@1147 423420c4-83ab-492f-b58f-81f9feb106b5
This commit is contained in:
Pierre Ossman 2006-03-16 14:56:27 +00:00
parent 8eabb673ff
commit 7b5cd1c963

View File

@ -157,6 +157,18 @@ Sent when the last message that is part of the synchronisation has been sent.
This may be followed by duplicate messages and/or messages referring invalid
windows that were queued up during the synchronisation.
HELLO
-----
Initial message sent by server.
Syntax:
HELLO,<FLAGS>
The server starts each connection by sending this message. Normally the client
will react by sending a SYNC back to the server. The low bit in FLAGS is set if
this is a new connection to an existing session.
Client to Server Operations
===========================