Searched refs:XFER_BUFSIZE (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/bftpd-1.6.6/
H A Dbftpd.conf62 #approx. 15 MB/s with XFER_BUFSIZE=2048 and a speed of approx. 20 MB/s
63 #with XFER_BUFSIZE=64000. You should not set big values for this if you have
68 XFER_BUFSIZE="2048"
H A Doptions.h17 #define XFER_BUFSIZE 4096 macro
H A Doptions.c432 xfer_bufsize = XFER_BUFSIZE;
H A Dmain.c856 xfer_bufsize = strtoul (config_getoption ("XFER_BUFSIZE"), NULL, 0);
858 xfer_bufsize = XFER_BUFSIZE;

Completed in 70 milliseconds