Skip to content

Commit f901312

Browse files
committed
Fix doc.
1 parent 216f364 commit f901312

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/Renci.SshNet/SftpClient.cs

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,12 @@ public TimeSpan OperationTimeout
7777
/// </para>
7878
/// <para>
7979
/// 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,
8386
/// the actual requested size will take into account the size of the
8487
/// SSH_FXP_DATA protocol fields.
8588
/// </para>

0 commit comments

Comments
 (0)