CURLOPT_TFTP_BLKSIZE (3) Linux Manual Page
CURLOPT_TFTP_BLKSIZE – TFTP block size Synopsis#include <curl/curl.h> CURLcode curl_easy_setopt(CURL *handle, CURLOPT_TFTP_BLKSIZE, long blocksize); DescriptionSpecify blocksize to use for TFTP data transmission. Valid range as per RFC2348 is 8-65464 bytes. The default of 512 bytes will be used if this option is not specified. The specified block size will only be used pending support by the…
