fieldrndservices / libssh2-labview

A LabVIEW library for SSH client support via libssh2
Apache License 2.0
22 stars 2 forks source link

Change Examples with Read/Write VIs to use a buffer length less than 30KB #21

Closed volks73 closed 4 years ago

volks73 commented 4 years ago

See #20, but the Command-related examples use values larger than 30KB. To be consistent with the documentation and eventual data entry limits, the values should be updated to less than 30KB.

volks73 commented 4 years ago

The Max Data Length constant in the Examples for SSH channel reads and writes has been changed from 30000 to 1024.

Resolved as of c6a2abf526899237dd788cb17b2c6506409ea727.