File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -77,9 +77,12 @@ public TimeSpan OperationTimeout
77
77
/// </para>
78
78
/// <para>
79
79
/// For read operations, this controls the size of the payload which
80
- /// is requested from the peer in each SSH_FXP_READ message. The peer
81
- /// will send the requested number of bytes in one or more SSH_FXP_DATA
82
- /// messages. To optimize the size of the SSH packets sent by the peer,
80
+ /// is requested from the peer in a SSH_FXP_READ message. The peer
81
+ /// will send the requested number of bytes in a SSH_FXP_DATA message,
82
+ /// possibly split over multiple SSH_MSG_CHANNEL_DATA messages.
83
+ /// </para>
84
+ /// <para>
85
+ /// To optimize the size of the SSH packets sent by the peer,
83
86
/// the actual requested size will take into account the size of the
84
87
/// SSH_FXP_DATA protocol fields.
85
88
/// </para>
You can’t perform that action at this time.
0 commit comments