Note chunk size in both modes

This commit is contained in:
Kovid Goyal 2021-11-18 23:04:07 +05:30
parent 1df7400ad5
commit 0c84285473
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -171,7 +171,8 @@ terminal emulator::
...
The terminal emulator replies with the data for the files, as a sequence of
``data`` commands for each file (the terminal emulator should send the data for
``data`` commands each with a chunk of data no larger than ``4096`` bytes,
for each file (the terminal emulator should send the data for
one file at a time)::