mirror of
https://github.com/curl/curl.git
synced 2026-08-25 15:33:39 +03:00
- Chad Monroe provided the new CURLOPT_TFTP_BLKSIZE option that allows an app
to set desired block size to use for TFTP transfers instead of the default 512 bytes.
This commit is contained in:
parent
bb86462ed7
commit
0516ce7786
7 changed files with 303 additions and 48 deletions
|
|
@ -1159,6 +1159,9 @@ typedef enum {
|
|||
disables the use of proxy. */
|
||||
CINIT(NOPROXY, OBJECTPOINT, 177),
|
||||
|
||||
/* block size for TFTP transfers */
|
||||
CINIT(TFTP_BLKSIZE, LONG, 178),
|
||||
|
||||
CURLOPT_LASTENTRY /* the last unused */
|
||||
} CURLoption;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue