1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-10 09:58:01 +00:00

As far as I can tell, "simple@putty.projects.tartarus.org" has always been

implemented as a channel request, not a global one. Change documentation to
match implementation.

[originally from svn r8355]
This commit is contained in:
Jacob Nevins 2008-11-30 21:35:33 +00:00
parent 54835a9838
commit 70df860c8d

View File

@ -7,38 +7,25 @@ using a textual name. Names ending in \cw{@putty.projects.tartarus.org}
are reserved for allocation by the PuTTY team. Allocated names are are reserved for allocation by the PuTTY team. Allocated names are
documented here. documented here.
\H{sshnames-global} Connection protocol global request name \H{sshnames-channel} Connection protocol channel request names
This name can be sent in a \cw{SSH_MSG_GLOBAL_REQUEST} message. These names can be sent in a \cw{SSH_MSG_CHANNEL_REQUEST} message.
\dt \cw{simple@putty.projects.tartarus.org} \dt \cw{simple@putty.projects.tartarus.org}
\dd This is sent by a client to announce that it will not have more that \dd This is sent by a client to announce that it will not have more than
one channel open at a time in the current connection. The intention one channel open at a time in the current connection (that one being
is that the server, knowing this, can set the window on that one the one the request is sent on). The intention is that the server,
channel to something very large, and leave flow control to TCP. The knowing this, can set the window on that one channel to something very
format of the request is: large, and leave flow control to TCP. There is no message-specific data.
\lcont{
\c byte SSH_MSG_GLOBAL_REQUEST
\c uint32 recipient channel
\c string "simple@putty.projects.tartarus.org"
\c boolean want reply
}
\H{sshnames-channel} Connection protocol channel request name
This name can be sent in a \cw{SSH_MSG_CHANNEL_REQUEST} message.
\dt \cw{winadj@putty.projects.tartarus.org} \dt \cw{winadj@putty.projects.tartarus.org}
\dd PuTTY sends this request along with some \dd PuTTY sends this request along with some
\cw{SSH_MSG_CHANNEL_WINDOW_ADJUST} messages as part of its window-size \cw{SSH_MSG_CHANNEL_WINDOW_ADJUST} messages as part of its window-size
tuning. It can be sent on any type of channel. Servers MUST treat it tuning. It can be sent on any type of channel. There is no
as an unrecognised request and respond with message-specific data. Servers MUST treat it as an unrecognised request
\cw{SSH_MSG_CHANNEL_FAILURE}. and respond with \cw{SSH_MSG_CHANNEL_FAILURE}.
\H{sshnames-kex} Key exchange method names \H{sshnames-kex} Key exchange method names