And indeed, I see the ChunkSize method in the SshChannel class, missed that one.
About the chunk size: Keep in mind that it simply represents the maximum chunk size of data that can be transfered in one loop cycle.
Increasing the chunk size "can" (not necessarily) improve the transfer speed and responsiveness (this is especially visible on SShShell sessions or SCP transters). But usually the 64K default value is OK.