From 7b5cd1c963d3db2c7dea1a3ba5d3159e2c3bdf55 Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Thu, 16 Mar 2006 14:56:27 +0000 Subject: [PATCH] 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 --- doc/seamlessrdp-channel.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/doc/seamlessrdp-channel.txt b/doc/seamlessrdp-channel.txt index 6353beb..430906b 100644 --- a/doc/seamlessrdp-channel.txt +++ b/doc/seamlessrdp-channel.txt @@ -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, + +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 ===========================