From 0516ce7786e9500c2e447d48aa9b3f24a6ca70f9 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 26 Jan 2009 22:43:06 +0000 Subject: - 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. --- include/curl/curl.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') diff --git a/include/curl/curl.h b/include/curl/curl.h index 830e8a1d8..0b9ec4aef 100644 --- a/include/curl/curl.h +++ b/include/curl/curl.h @@ -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; -- cgit v1.2.3